Skip to content

Commit

Permalink
chore: test on python 3.12 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
thatlittleboy authored Aug 18, 2024
1 parent ddf369c commit d4c1310
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 d4c1310

Please sign in to comment.