From ce4f2ee4f83642a134667bbfae303e3f87a13bcc Mon Sep 17 00:00:00 2001 From: Rafael Hautekiet Date: Wed, 26 Apr 2023 16:06:30 +0200 Subject: [PATCH] Bump python versions --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index be59035..e390dce 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python: [3.8, 3.7, 3.6, 3.5] + python: [3.10, 3.9, 3.8, 3.7, 3.6, 3.5] steps: - uses: actions/checkout@v2 with: