Skip to content

Commit e58d0d6

Browse files
committed
Remove Python 3.13 from CI
1 parent 6f94d17 commit e58d0d6

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,10 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
os: [macos, ubuntu, windows]
27-
python-version: ["3.13"]
27+
python-version: ["3.12"]
2828
include:
2929
- os: ubuntu
3030
python-version: "3.11"
31-
- os: ubuntu
32-
python-version: "3.12"
3331
steps:
3432
- name: Checkout
3533
uses: actions/checkout@v4
@@ -62,7 +60,7 @@ jobs:
6260
fail-fast: false
6361
matrix:
6462
os: [macos, ubuntu, windows]
65-
python-version: ["3.13"]
63+
python-version: ["3.12"]
6664
include:
6765
- os: ubuntu
6866
python-version: "3.11"

0 commit comments

Comments
 (0)