Skip to content

Commit

Permalink
update docs and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Sep 25, 2022
1 parent 8958454 commit d8953c8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: run_tests
name: Run unit tests on Windows, Ubuntu and Mac

on: [push, pull_request]

Expand All @@ -7,11 +7,11 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9]
os: [macOs-latest, ubuntu-latest, windows-latest]
exclude:
- os: macOs-latest
python-version: 3.6
python-version: 3.7

runs-on: ${{ matrix.os }}
name: run tests
Expand Down
5 changes: 3 additions & 2 deletions CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@


3 contributors
4 contributors
================================================================================

In alphabetical order:

* `Ivan Cvitic <https://github.com/zazuum>`_
* `John Vandenberg <https://github.com/jayvdb>`_
* `Peter Carnesciali <https://github.com/pcarn>`_
* `vinraspa <https://github.com/vinraspa>`_
* `Vincent Raspal <https://github.com/vinraspa>`_
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015-2021 by Onni Software Ltd. and its contributors
Copyright (c) 2015-2022 by Onni Software Ltd. and its contributors
All rights reserved.

Redistribution and use in source and binary forms of the software as well
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# -- Project information -----------------------------------------------------

project = 'pyexcel-xls'
copyright = '2015-2021 Onni Software Ltd.'
copyright = '2015-2022 Onni Software Ltd.'
author = 'C.W.'
# The short X.Y version
version = '0.7.0'
Expand Down

0 comments on commit d8953c8

Please sign in to comment.