Skip to content

Commit

Permalink
Merge pull request #39 from derekschrock/python310
Browse files Browse the repository at this point in the history
Add python3.10
  • Loading branch information
piyueh committed Mar 25, 2022
2 parents d16cadf + d3642e3 commit 51573a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]

steps:
- name: Checkout code
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ minversion = 3.23.0
requires =
tox-wheel
tox-gh-actions
envlist = py{36,37,38,39}
envlist = py{36,37,38,39,310}
isolated_build = true
[gh-actions]
Expand All @@ -29,6 +29,7 @@ python =
3.7: py37
3.8: py38
3.9: py39
3.10: py310
[testenv]
wheel = True
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Software Development :: Libraries
Topic :: Utilities
License :: OSI Approved :: MIT License
Expand Down

0 comments on commit 51573a8

Please sign in to comment.