From 5f2d136421fc4e10c6d04cb1e7c3357b8c6f0c5f Mon Sep 17 00:00:00 2001 From: Jari Voutilainen Date: Mon, 11 Mar 2024 09:35:34 +0200 Subject: [PATCH] Run tests on current python versions --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8c3b210..6124b6d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - python-version: ["2.7", "3.8"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] runs-on: ubuntu-latest container: # INFO: python 2 is no longer supported in