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 59b7075 commit 8f251feCopy full SHA for 8f251fe
.github/workflows/build.yaml
@@ -15,12 +15,11 @@ jobs:
15
matrix:
16
os: [ubuntu-latest, macos-latest]
17
python-version:
18
- - "3.9"
19
- "3.10"
20
- "3.11"
21
- "3.12"
22
- "3.13"
23
- - "pypy-3.9"
+ - "pypy-3.10"
24
steps:
25
- uses: actions/checkout@v4
26
- name: Set up Python ${{ matrix.python-version }}
0 commit comments