Skip to content

Commit 2a07a50

Browse files
ci: Add Python 3.11 to testing (#112)
* Add Python 3.11 to testing in CI. * Add Python 3.11 to PyPI trove classifiers metadata. * Use Python 3.11 for CI workflows.
1 parent 5dcd321 commit 2a07a50

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [ubuntu-latest]
22-
python-version: ['3.8', '3.9', '3.10']
22+
python-version: ['3.8', '3.9', '3.10', '3.11']
2323

2424
steps:
2525
- name: Checkout code

.github/workflows/head-of-dependencies.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest]
16-
python-version: ['3.10']
16+
python-version: ['3.11']
1717

1818
steps:
1919
- uses: actions/checkout@v3
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
matrix:
4949
os: [ubuntu-latest]
50-
python-version: ['3.10']
50+
python-version: ['3.11']
5151

5252
steps:
5353
- uses: actions/checkout@v3
@@ -82,7 +82,7 @@ jobs:
8282
strategy:
8383
matrix:
8484
os: [ubuntu-latest]
85-
python-version: ['3.10']
85+
python-version: ['3.11']
8686

8787
steps:
8888
- uses: actions/checkout@v3
@@ -117,7 +117,7 @@ jobs:
117117
strategy:
118118
matrix:
119119
os: [ubuntu-latest]
120-
python-version: ['3.10']
120+
python-version: ['3.11']
121121

122122
steps:
123123
- uses: actions/checkout@v3

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ classifiers =
1919
Programming Language :: Python :: 3.8
2020
Programming Language :: Python :: 3.9
2121
Programming Language :: Python :: 3.10
22+
Programming Language :: Python :: 3.11
2223
Programming Language :: Python :: Implementation :: CPython
2324
Topic :: Scientific/Engineering
2425
Topic :: Scientific/Engineering :: Physics

0 commit comments

Comments
 (0)