Skip to content

Commit

Permalink
Merge pull request #644 from singingwolfboy/py311
Browse files Browse the repository at this point in the history
support Python 3.11
  • Loading branch information
vidartf committed Jan 14, 2023
2 parents f503763 + 3079951 commit fe11ad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Framework :: Jupyter',
],
python_requires = '>=3.6',
Expand Down

0 comments on commit fe11ad5

Please sign in to comment.