summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2022-12-23 09:13:18 +0100
committerStefan Behnel <stefan_ml@behnel.de>2022-12-23 09:13:18 +0100
commit3e0eea07932963b43ced494ea85830e472f73cc3 (patch)
tree264965317543b43717d8df7d86b4e98938e378bf
parent1166cfbfa01f808f9f4c07cd6c834b8d61a1e97b (diff)
downloadpython-lxml-3e0eea07932963b43ced494ea85830e472f73cc3.tar.gz
Add latest Python 3.12 dev version to CI matrix.
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 11a2dfcb..d49f0ae8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
- "3.9"
- "3.10" # quotes to avoid being interpreted as the number 3.1
- "3.11"
- # - "3.12-dev"
+ - "3.12-dev"
env: [{ STATIC_DEPS: true }, { STATIC_DEPS: false }]
include: