summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kluyver <thomas@kluyver.me.uk>2022-06-05 12:29:14 +0100
committerThomas Kluyver <thomas@kluyver.me.uk>2022-06-05 12:29:14 +0100
commit43dbcac84ee31adea8ae35c9d7c855c919e5be53 (patch)
treeb474577edc047d6e64aa1a81d14f88cdb258da9c
parent3f6a5205f500634c8df33a79619591cabc6738e3 (diff)
Test on Python 3.10, not 3.1
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 3a7c63a..894cd18 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: [ 2.7, 3.6, 3.7, 3.8, 3.9, 3.10]
+ python-version: [ "2.7", "3.6", "3.7", "3.8", "3.9", "3.10" ]
steps:
- uses: actions/checkout@v2