We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d960858 commit 15ca131Copy full SHA for 15ca131
.github/workflows/ci-pull-request.yml
@@ -15,12 +15,13 @@ jobs:
15
matrix:
16
python_version:
17
# https://python-release-cycle.glitch.me/
18
- - "3.7"
19
- "3.8"
20
- "3.9"
21
- "3.10"
22
- "3.11"
23
- runs-on: ubuntu-22.04
+ - "3.12"
+ - "3.13"
24
+ runs-on: ubuntu-latest
25
steps:
26
- uses: actions/checkout@v3
27
0 commit comments