Skip to content

Commit e43464d

Browse files
committed
Adjusted target Python versions in GitHub CI
1 parent e9894e7 commit e43464d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest]
17-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.9", "pypy-3.10"]
17+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.10"]
1818
include:
1919
- os: macos-latest
2020
python-version: "3.8"
2121
- os: windows-latest
2222
python-version: "3.8"
2323
- os: macos-latest
24-
python-version: "3.12"
24+
python-version: "3.13"
2525
- os: windows-latest
26-
python-version: "3.12"
26+
python-version: "3.13"
2727
- os: macos-latest
2828
python-version: "pypy-3.10"
2929
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)