Skip to content

Commit 26b9201

Browse files
committed
Test on Python 3.11
1 parent ad8f038 commit 26b9201

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", pypy3]
18+
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11.0-beta.1", pypy3]
1919

2020
steps:
2121
- uses: actions/checkout@v2

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
'Programming Language :: Python :: 3.8',
2222
'Programming Language :: Python :: 3.9',
2323
'Programming Language :: Python :: 3.10',
24+
'Programming Language :: Python :: 3.11',
2425
],
2526
packages=find_packages('src'),
2627
package_dir={'': 'src'},

0 commit comments

Comments
 (0)