Skip to content

Commit 5d004bd

Browse files
author
avandras
committed
Remove Python 3.13 for now, use older Ubuntu for behave
1 parent 0497c73 commit 5d004bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 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.13]
21+
python-version: [3.7, 3.8, 3.9, '3.10', 3.11]
2222
exclude:
2323
- os: macos-latest
2424
python-version: 3.7
@@ -77,7 +77,7 @@ jobs:
7777
strategy:
7878
fail-fast: false
7979
matrix:
80-
os: [ubuntu-latest]
80+
os: [ubuntu-22.04]
8181
python-version: [3.7, 3.13]
8282
dcs: [etcd, etcd3, consul, exhibitor, kubernetes, raft]
8383
include:

0 commit comments

Comments
 (0)