Skip to content

Commit e71c5e3

Browse files
committed
Add Python 3.11
Signed-off-by: Benjamin Gilbert <[email protected]>
1 parent 3215e1b commit e71c5e3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-latest, macos-latest]
31-
python-version: [3.7, 3.8, 3.9, "3.10"]
31+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
3232
steps:
3333
- name: Check out repo
3434
uses: actions/checkout@v2
@@ -67,7 +67,7 @@ jobs:
6767
shell: bash
6868
strategy:
6969
matrix:
70-
python-version: [3.7, 3.8, 3.9, "3.10"]
70+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
7171
python-arch: [x86, x64]
7272
steps:
7373
- name: Check out repo

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
'Programming Language :: Python :: 3.8',
4444
'Programming Language :: Python :: 3.9',
4545
'Programming Language :: Python :: 3.10',
46+
'Programming Language :: Python :: 3.11',
4647
'Topic :: Scientific/Engineering :: Bio-Informatics',
4748
],
4849
python_requires='>=3.7',

0 commit comments

Comments
 (0)