Python 3.12 final is out, stop using -dev

Fixes the check-python-versions job in CI.
This commit is contained in:
Marius Gedminas 2023-10-14 12:37:37 +03:00
parent 227cfed5a5
commit 287474abfe

View file

@ -25,7 +25,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12-dev"
- "3.12"
toxenv: [py]
include:
- python-version: "3.8"