summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2023-09-29 09:10:49 +0000
committerAlexandre Flament <alex@al-f.net>2023-10-29 11:25:58 +0100
commit9aeae2142bfca4cdbf49d295ade4fcebec5693a5 (patch)
treee13031dab2b4b157cd9f7712e2a27909c412f413 /.github
parentb63841f0a1a059a1567d91f8c5c9cb645eb1849d (diff)
Add support for Python 3.12
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/integration.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
index 9793d0a2..8836aeef 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
- python-version: ["3.8", "3.9", "3.10", "3.11"]
+ python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- name: Checkout
uses: actions/checkout@v4