Skip to content

Commit f6c0807

Browse files
author
Adam Dyess
committed
run unit and lint tests up to python 3.10
1 parent 2256894 commit f6c0807

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

.github/workflows/tox.yaml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python: [3.5, 3.6, 3.7, 3.8, 3.9]
11+
python:
12+
- "3.5"
13+
- "3.6"
14+
- "3.7"
15+
- "3.8"
16+
- "3.9"
17+
- "3.10"
1218
steps:
1319
- name: Check out code
1420
uses: actions/checkout@v2
@@ -25,7 +31,13 @@ jobs:
2531
runs-on: ubuntu-latest
2632
strategy:
2733
matrix:
28-
python: [3.5, 3.6, 3.7, 3.8, 3.9]
34+
python:
35+
- "3.5"
36+
- "3.6"
37+
- "3.7"
38+
- "3.8"
39+
- "3.9"
40+
- "3.10"
2941
steps:
3042
- uses: actions/checkout@v2
3143
- name: Setup Python

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"Programming Language :: Python :: 3.7",
6262
"Programming Language :: Python :: 3.8",
6363
"Programming Language :: Python :: 3.9",
64+
"Programming Language :: Python :: 3.10",
6465
],
6566
entry_points={
6667
'console_scripts': [

0 commit comments

Comments
 (0)