From 9aaaef89814e057c29864c4ac40baaef7569747a Mon Sep 17 00:00:00 2001 From: Christian Nicolai Date: Tue, 26 Oct 2021 13:10:56 +0200 Subject: [PATCH] module: update to Python 3.10 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 072d06d..2fabe34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,7 @@ jobs: - '3.7' - '3.8' - '3.9' + - '3.10' steps: - uses: actions/checkout@v2 - run: python -m pip install --upgrade pip