summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlexandre FLAMENT <alexandre.flament@hesge.ch>2022-11-04 14:28:46 +0000
committerAlexandre FLAMENT <alexandre.flament@hesge.ch>2022-11-04 14:28:46 +0000
commit7101c5ecf2bcdc17b9050512c83c57cf721a451d (patch)
tree2d782efaa3f0942912a685ead5218a1a1476f776 /.github
parent46aaa57cfe97cac6330dad6df6e483981d734a0a (diff)
GH workflow: add Python 3.11
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 474d69ff..1b3085a5 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
- python-version: ["3.7", "3.8", "3.9", "3.10"]
+ python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- name: Checkout
uses: actions/checkout@v2