Alina commited on
Update python version in tests.yml
Browse files
.github/workflows/tests.yml
CHANGED
|
@@ -18,7 +18,7 @@ jobs:
|
|
| 18 |
strategy:
|
| 19 |
fail-fast: false
|
| 20 |
matrix:
|
| 21 |
-
python-version: ["3.
|
| 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
|