Browse Source

fixup: use 3.10-dev as it is not released yet

Thomas Waldmann 4 years ago
parent
commit
a2592b53bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -67,7 +67,7 @@ jobs:
               python-version: '3.9'
               python-version: '3.9'
               toxenv: py39
               toxenv: py39
             - os: ubuntu-20.04
             - os: ubuntu-20.04
-              python-version: '3.10'
+              python-version: '3.10-dev'
               toxenv: py310
               toxenv: py310
             - os: macos-latest
             - os: macos-latest
               # note: it seems that 3.8 and 3.9 are currently broken,
               # note: it seems that 3.8 and 3.9 are currently broken,