Skip to content

Commit

Permalink
re-include 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
DominiqueMakowski committed Aug 22, 2023
1 parent 5da5e8c commit b36c24f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- ubuntu-latest # ubuntu-18.04
# - macos-latest # macOS-10.14
# - windows-latest # windows-2019
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand All @@ -28,6 +28,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true

- name: Install dependencies
run: |
Expand Down

0 comments on commit b36c24f

Please sign in to comment.