Spaces:
Runtime error
Runtime error
🫣 Add python 3.11
Browse files
.github/workflows/python-package.yml
CHANGED
@@ -13,7 +13,7 @@ jobs:
|
|
13 |
strategy:
|
14 |
fail-fast: false
|
15 |
matrix:
|
16 |
-
python-version: ["3.
|
17 |
|
18 |
steps:
|
19 |
- uses: actions/checkout@v3
|
|
|
13 |
strategy:
|
14 |
fail-fast: false
|
15 |
matrix:
|
16 |
+
python-version: ["3.10", "3.11"]
|
17 |
|
18 |
steps:
|
19 |
- uses: actions/checkout@v3
|