Skip to content

Commit

Permalink
support Python 3.10 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
xyb committed Oct 15, 2021
1 parent 2808920 commit f72539f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-18.04, windows-latest]
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]

include:
- os: ubuntu-18.04
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-18.04]
python-version: [3.6]
python-version: ["3.6"]
include:
- os: ubuntu-18.04
target: linux
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def load_requirements(filename):
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Topic :: Software Development',
'Topic :: Utilities'
],
Expand Down

0 comments on commit f72539f

Please sign in to comment.