Skip to content

Commit a07d329

Browse files
authored
Python 3.11 (#65)
1 parent 844b5bf commit a07d329

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-20.04
2323
strategy:
2424
matrix:
25-
python-version: ['3.7', '3.8', '3.9', '3.10']
25+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
2626
steps:
2727
- uses: actions/checkout@v3
2828
- name: Set up Python ${{ matrix.python-version }}
@@ -52,6 +52,5 @@ jobs:
5252
run: ./bench.sh
5353
- name: Upload coverage to Codecov
5454
uses: codecov/codecov-action@v3
55-
if: matrix.python-version == '3.10'
5655
with:
5756
flags: unittests

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"Programming Language :: Python :: 3.8",
4848
"Programming Language :: Python :: 3.9",
4949
"Programming Language :: Python :: 3.10",
50+
"Programming Language :: Python :: 3.11",
5051
],
5152
setup_requires=[
5253
"wheel",

0 commit comments

Comments
 (0)