Skip to content

Commit 533f193

Browse files
committed
.github/workflows/ci.yml: Update Python versions to be >=3.12
Signed-off-by: Tzanko Matev <[email protected]>
1 parent 1b92837 commit 533f193

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: ["3.10","3.11","3.12","3.13"]
16+
#python-version: ["3.10","3.11","3.12","3.13"]
17+
python-version: ["3.12","3.13"]
1718
steps:
1819
- uses: actions/checkout@v4
1920
- uses: cachix/install-nix-action@v27

0 commit comments

Comments
 (0)