Skip to content

Commit 0497c73

Browse files
author
avandras
committed
Skip Python 3.12 for 3.13
1 parent 0bbbe45 commit 0497c73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: [ubuntu-latest, windows-latest, macos-latest]
21-
python-version: [3.7, 3.8, 3.9, '3.10', 3.11, 3.12]
21+
python-version: [3.7, 3.8, 3.9, '3.10', 3.11, 3.13]
2222
exclude:
2323
- os: macos-latest
2424
python-version: 3.7
@@ -53,7 +53,7 @@ jobs:
5353
- name: Set up Python ${{ matrix.python-version }}
5454
uses: actions/setup-python@v5
5555
with:
56-
python-version: 3.12
56+
python-version: 3.13
5757

5858
- name: Combine coverage
5959
run: python .github/workflows/run_tests.py combine
@@ -78,7 +78,7 @@ jobs:
7878
fail-fast: false
7979
matrix:
8080
os: [ubuntu-latest]
81-
python-version: [3.7, 3.12]
81+
python-version: [3.7, 3.13]
8282
dcs: [etcd, etcd3, consul, exhibitor, kubernetes, raft]
8383
include:
8484
- os: macos-latest

0 commit comments

Comments
 (0)