summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.github/workflows/dev.yml2
-rw-r--r--.github/workflows/main.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index da3899e..56e4097 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python: [3.7, 3.8, 3.9, 3.10, 3.11, pypy3.8]
+ python: [3.7, 3.8, 3.9, "3.10", 3.11, pypy3.8]
steps:
- uses: actions/checkout@v3
diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml
index 615e82a..73f2f07 100644
--- a/.github/workflows/dev.yml
+++ b/.github/workflows/dev.yml
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python: [3.7, 3.8, 3.9, 3.10, 3.11, pypy3.8]
+ python: [3.7, 3.8, 3.9, "3.10", 3.11, pypy3.8]
steps:
- uses: actions/checkout@v3
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 68d30fa..a4ae9ad 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python: [3.7, 3.8, 3.9, 3.10, 3.11, pypy3.8]
+ python: [3.7, 3.8, 3.9, "3.10", 3.11, pypy3.8]
steps:
- uses: actions/checkout@v3