summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2023-10-07 08:42:22 +0200
committernicolargo <nicolas@nicolargo.com>2023-10-07 08:42:22 +0200
commit17fb3c8d60d11dd8b231c2b698f443c8ec93d34e (patch)
tree05a38185f1ef7c934fb23c783406909e7eca4b1a /.github
parentf9f73f739cd1bd5d44770d1e173e823fa83b18b7 (diff)
Add Python 3.12 support in UnitTest
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 6d1465e3..b6b81534 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: ["3.8", "3.9", "3.10", "3.11"]
+ python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps: