Skip to content

Commit c56560b

Browse files
Use 3.11 for Github actions
Closes #5920
1 parent 6d73437 commit c56560b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
python-version: [3.7, 3.8, 3.9, "3.10"]
24+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11-dev"]
2525
outputs:
2626
python-key: ${{ steps.generate-python-key.outputs.key }}
2727
steps:
@@ -174,7 +174,7 @@ jobs:
174174
strategy:
175175
fail-fast: false
176176
matrix:
177-
python-version: [3.7, 3.8, 3.9, "3.10"]
177+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11-dev"]
178178
steps:
179179
- name: Set temp directory
180180
run: echo "TEMP=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers =
2323
Programming Language :: Python :: 3.8
2424
Programming Language :: Python :: 3.9
2525
Programming Language :: Python :: 3.10
26+
Programming Language :: Python :: 3.11
2627
Programming Language :: Python :: Implementation :: CPython
2728
Programming Language :: Python :: Implementation :: PyPy
2829
Topic :: Software Development :: Debuggers

0 commit comments

Comments
 (0)