Skip to content
2 changes: 1 addition & 1 deletion .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: ["3.10", "3.11"] # todo, "3.12"
python-version: ["3.10", "3.11", "3.12"]
include:
- { os: "macos-latest", python-version: "3.12" }
- { os: "windows-latest", python-version: "3.11" }
Expand Down
Loading