Skip to content

Commit 303721a

Browse files
committed
test py3.9 and py3.10 and mpl 3.4 and 3.5
1 parent 819378c commit 303721a

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

.github/workflows/python-package.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
python-version: 3.6
2020
toxenv: py36-test-mpl20
2121
- os: macos-latest
22-
python-version: 3.8
23-
toxenv: py38-test-mpl31
22+
python-version: 3.10
23+
toxenv: py38-test-mpl35
2424
- os: windows-latest
2525
python-version: 3.6
2626
toxenv: py36-test-mpl20
2727
- os: windows-latest
28-
python-version: 3.8
29-
toxenv: py38-test-mpl31
28+
python-version: 3.10
29+
toxenv: py38-test-mpl35
3030
# Test all configurations on Linux
3131
- os: ubuntu-latest
3232
python-version: 3.6
@@ -41,14 +41,20 @@ jobs:
4141
python-version: 3.7
4242
toxenv: py37-test-mpl30
4343
- os: ubuntu-latest
44-
python-version: 3.8
44+
python-version: 3.7
4545
toxenv: py38-test-mpl31
4646
- os: ubuntu-latest
4747
python-version: 3.7
4848
toxenv: py37-test-mpl32
4949
- os: ubuntu-latest
5050
python-version: 3.8
5151
toxenv: py38-test-mpl33
52+
- os: ubuntu-latest
53+
python-version: 3.9
54+
toxenv: py38-test-mpl34
55+
- os: ubuntu-latest
56+
python-version: 3.10
57+
toxenv: py38-test-mpl35
5258

5359
steps:
5460
- uses: actions/checkout@v2

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[tox]
22
envlist =
3-
py{37,38}-test-mpldev
4-
py{36,37,38}-test-mpl{31,32,33}
5-
py37-test-mpl30
3+
py{36,310}-test-mpldev
4+
py{36,37,38,39,310}-test-mpl{34,35}
5+
py37-test-mpl{30,31,32,33}
66
py36-test-mpl{20,21,22,30}
77
codestyle
88
requires =

0 commit comments

Comments
 (0)