Skip to content

Commit

Permalink
Add PY3.9 and PY3.10 to classifiers
Browse files Browse the repository at this point in the history
Add PY3.10 to GH actions
Upgrade pytest version so that tests run properly on PY3.10
  • Loading branch information
ktbyers committed Mar 25, 2022
1 parent 8538c3a commit b77a4a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9, 3.10.0]

steps:
- name: Checkout repository
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ black==22.1.0
coveralls==3.3.1
ddt==1.4.4
flake8-import-order==0.18.1
pytest==5.4.3
pytest==6.2.5
pytest-cov==3.0.0
pytest-json==0.4.0
pytest-pythonpath==0.7.4
Expand All @@ -15,4 +15,4 @@ types-six==1.16.12
types-setuptools==57.4.11
types-PyYAML==6.0.5
ttp==0.8.4
ttp_templates==0.1.3
ttp_templates==0.1.3
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Operating System :: POSIX :: Linux",
"Operating System :: MacOS",
],
Expand Down

0 comments on commit b77a4a1

Please sign in to comment.