From 530acb68be5f41e158d6a7288e98a51fac7d443c Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Thu, 6 Jan 2022 23:33:45 +0100 Subject: [PATCH] github ci: use 3.10 (without -dev) --- .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 c96221f38..d7e162e2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: python-version: '3.9' toxenv: py39-fuse3 - os: ubuntu-20.04 - python-version: '3.10-dev' + python-version: '3.10' toxenv: py310-fuse3 - os: macos-latest python-version: '3.8'