summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2024-03-23 10:55:20 +0100
committernicolargo <nicolas@nicolargo.com>2024-03-23 10:55:43 +0100
commitfb10c7f36d129a19f6124e9325744e42b5ecb2d5 (patch)
treef7bc4e1180f96bfacf10efd8e5aa9584407dc660
parent370da44744380834d796c80c2b5f294dc47654b4 (diff)
Remove Python 2 test from CI because Python 2 is no more available inside Gitaction images
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index e11d4d1f..58b027b1 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: ["2.7", "3.7", "3.8", "3.9", "3.10", "3.11"]
+ python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
@@ -64,7 +64,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
- python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
+ python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
steps: