Skip to content

Commit cec70af

Browse files
authored
Run tests on 3.11-dev (#248)
1 parent 1342d1c commit cec70af

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
runs-on: ubuntu-latest
178178
strategy:
179179
matrix:
180-
python-version: [3.8, 3.9, "3.10"]
180+
python-version: [3.8, 3.9, "3.10", "3.11-dev"]
181181
outputs:
182182
python-key: ${{ steps.generate-python-key.outputs.key }}
183183
steps:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ classifiers = [
1616
"Programming Language :: Python :: 3.8",
1717
"Programming Language :: Python :: 3.9",
1818
"Programming Language :: Python :: 3.10",
19+
"Programming Language :: Python :: 3.11",
1920
"Topic :: Software Development",
2021
]
2122
requires-python = ">=3.8"

0 commit comments

Comments
 (0)