summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r--.github/workflows/ci.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 760c515..89c76dd 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: [3.7,3.8,3.9,"3.10",pypy-3.9]
+ python-version: [3.7,3.8,3.9,"3.10","pypy-3.9"]
steps:
- name: Check out code from GitHub
uses: actions/checkout@v3
@@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: [3.7,3.8,3.9,"3.10",pypy-3.9]
+ python-version: [3.7,3.8,3.9,"3.10","pypy-3.9"]
steps:
- name: Check out code from GitHub
uses: actions/checkout@v3