aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2022-03-11 19:13:01 +0100
committerMartin Polden <mpolden@mpolden.no>2022-03-11 19:13:01 +0100
commit16e577390d50e5d8deb4c355164e9d0b84f947a7 (patch)
treec5f3ef4bcaee53e2237b16eba7a36bcff0864566
parent4791d5f4fb638ab83e2241108421721ec5e275b4 (diff)
build: Test on Python 3.10
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 48145c4..2c232e4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -15,6 +15,7 @@ jobs:
- 3.7
- 3.8
- 3.9
+ - 3.10
steps:
- uses: actions/checkout@v2
- name: install python ${{ matrix.python-version }}