Skip to content

Commit 5335ee0

Browse files
authored
Merge pull request #198 from nicodv/nicodv-patch-1
3.11 support
2 parents 829c90d + 158cd69 commit 5335ee0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
16+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
1717

1818
steps:
1919
- uses: actions/checkout@v3

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,6 @@
5050
'Programming Language :: Python :: 3.8',
5151
'Programming Language :: Python :: 3.9',
5252
'Programming Language :: Python :: 3.10',
53+
'Programming Language :: Python :: 3.11',
5354
'Topic :: Scientific/Engineering'],
5455
)

0 commit comments

Comments
 (0)