Skip to content

Commit d8953c8

Browse files
committed
update docs and tests
1 parent 8958454 commit d8953c8

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: run_tests
1+
name: Run unit tests on Windows, Ubuntu and Mac
22

33
on: [push, pull_request]
44

@@ -7,11 +7,11 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
python-version: [3.6, 3.7, 3.8, 3.9]
10+
python-version: [3.7, 3.8, 3.9]
1111
os: [macOs-latest, ubuntu-latest, windows-latest]
1212
exclude:
1313
- os: macOs-latest
14-
python-version: 3.6
14+
python-version: 3.7
1515

1616
runs-on: ${{ matrix.os }}
1717
name: run tests

CONTRIBUTORS.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11

22

3-
3 contributors
3+
4 contributors
44
================================================================================
55

66
In alphabetical order:
77

8+
* `Ivan Cvitic <https://github.com/zazuum>`_
89
* `John Vandenberg <https://github.com/jayvdb>`_
910
* `Peter Carnesciali <https://github.com/pcarn>`_
10-
* `vinraspa <https://github.com/vinraspa>`_
11+
* `Vincent Raspal <https://github.com/vinraspa>`_

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015-2021 by Onni Software Ltd. and its contributors
1+
Copyright (c) 2015-2022 by Onni Software Ltd. and its contributors
22
All rights reserved.
33

44
Redistribution and use in source and binary forms of the software as well

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# -- Project information -----------------------------------------------------
2424

2525
project = 'pyexcel-xls'
26-
copyright = '2015-2021 Onni Software Ltd.'
26+
copyright = '2015-2022 Onni Software Ltd.'
2727
author = 'C.W.'
2828
# The short X.Y version
2929
version = '0.7.0'

0 commit comments

Comments
 (0)