Skip to content

Commit

Permalink
Finalize 3.12 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Oct 18, 2023
1 parent 8373dfd commit 01bc60b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

env:
min_python_version: "3.8"
max_python_version: "3.11"
max_python_version: "3.12"

defaults:
run:
Expand Down Expand Up @@ -65,12 +65,12 @@ jobs:
strategy:
matrix:
platform: [ "macos", "ubuntu", "windows" ]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12-dev" ]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
include:
- experimental: false

- python-version: "3.12-dev"
experimental: true
# - python-version: "3.13-dev"
# experimental: true
steps:
- uses: actions/[email protected]
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 01bc60b

Please sign in to comment.