Spaces:
Runtime error
Runtime error
jhj0517 commited on
Commit ·
89c7fee
1
Parent(s): 793981b
Add python 3.10 ~ 3.13
Browse files
.github/workflows/ci-shell.yml
CHANGED
|
@@ -18,7 +18,7 @@ jobs:
|
|
| 18 |
runs-on: ubuntu-latest
|
| 19 |
strategy:
|
| 20 |
matrix:
|
| 21 |
-
python: [
|
| 22 |
|
| 23 |
steps:
|
| 24 |
- name: Clean up space for action
|
|
|
|
| 18 |
runs-on: ubuntu-latest
|
| 19 |
strategy:
|
| 20 |
matrix:
|
| 21 |
+
python: ["3.10", "3.11", "3.12", "3.13"]
|
| 22 |
|
| 23 |
steps:
|
| 24 |
- name: Clean up space for action
|
.github/workflows/ci.yml
CHANGED
|
@@ -18,7 +18,7 @@ jobs:
|
|
| 18 |
runs-on: ubuntu-latest
|
| 19 |
strategy:
|
| 20 |
matrix:
|
| 21 |
-
python: ["3.10"]
|
| 22 |
|
| 23 |
env:
|
| 24 |
DEEPL_API_KEY: ${{ secrets.DEEPL_API_KEY }}
|
|
|
|
| 18 |
runs-on: ubuntu-latest
|
| 19 |
strategy:
|
| 20 |
matrix:
|
| 21 |
+
python: ["3.10", "3.11", "3.12", "3.13"]
|
| 22 |
|
| 23 |
env:
|
| 24 |
DEEPL_API_KEY: ${{ secrets.DEEPL_API_KEY }}
|