Skip to content

Commit f3f77ab

Browse files
committed
ci: remove python 12
1 parent 05b880e commit f3f77ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: true
2020
matrix:
2121
os: [ "ubuntu-latest" ]
22-
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
22+
python-version: [ "3.9", "3.10", "3.11" ]
2323
runs-on: ${{ matrix.os }}
2424
steps:
2525
- name: Check out repository

0 commit comments

Comments
 (0)