From 5de85ef07baf4588446be00a8e923b5bdf5bf271 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 8 Aug 2021 10:24:54 +0200 Subject: [PATCH] Update CI to run on python 3.10 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb767efb1..058737b74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: os: [ ubuntu-18.04, ubuntu-20.04 ] - python-version: [3.7, 3.8, 3.9] + python-version: ["3.7", "3.8", "3.9", "3.10-dev"] steps: - uses: actions/checkout@v2