Skip to content

Commit

Permalink
Merge pull request #114 from hugovk/add-3.10
Browse files Browse the repository at this point in the history
Add support for Python 3.10
  • Loading branch information
kjd committed Oct 9, 2021
2 parents 8bbb873 + c551e31 commit 5d9d384
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Expand Up @@ -18,6 +18,7 @@ jobs:
- '3.7'
- '3.8'
- '3.9'
- '3.10'

steps:
- uses: actions/checkout@v2
Expand All @@ -34,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.5', '3.6', '3.7', '3.8', '3.9', 'pypy3']
python-version: ['3.5', '3.6', '3.7', '3.8', '3.9', '3.10', 'pypy3']

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -45,6 +45,7 @@ def main():
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Internet :: Name Service (DNS)',
Expand Down

0 comments on commit 5d9d384

Please sign in to comment.