Alina commited on
Commit
d554873
·
unverified ·
1 Parent(s): 4f08d91

Update python version in tests.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/tests.yml +1 -1
.github/workflows/tests.yml CHANGED
@@ -18,7 +18,7 @@ jobs:
18
  strategy:
19
  fail-fast: false
20
  matrix:
21
- python-version: ["3.10", "3.11", "3.12", "3.13"]
22
 
23
  steps:
24
  - uses: actions/checkout@v4
 
18
  strategy:
19
  fail-fast: false
20
  matrix:
21
+ python-version: ["3.12"]
22
 
23
  steps:
24
  - uses: actions/checkout@v4