Skip to content

Commit 19d66f9

Browse files
authored
Use 3.11.0 for CI (#257)
1 parent 87c6838 commit 19d66f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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", "3.11-dev"]
180+
python-version: [3.8, 3.9, "3.10", "3.11"]
181181
outputs:
182182
python-key: ${{ steps.generate-python-key.outputs.key }}
183183
steps:

0 commit comments

Comments
 (0)