Skip to content

Commit

Permalink
chore: test on python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
thatlittleboy committed Oct 15, 2023
1 parent 5ebdfef commit dc24a63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
experimental: [false]
include:
- python-version: "3.12-dev"
experimental: true
# include:
# - python-version: "3.12-dev"
# experimental: true

steps:
- name: Checkout repository
Expand Down

0 comments on commit dc24a63

Please sign in to comment.