Skip to content

Commit

Permalink
Test on Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Sep 8, 2023
1 parent 0a24ebc commit 9f616ca
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# Ensure that a wheel builder finishes even if another fails
fail-fast: false
matrix:
python-version: [3.9, '3.10', '3.11']
python-version: [3.9, '3.10', '3.11', '3.12-dev']
MINIMUM_REQUIREMENTS: [0]
USE_SCIPY: [0]
USE_SDIST: [0]
Expand Down Expand Up @@ -56,6 +56,10 @@ jobs:
python-version: '3.11'
PIP_FLAGS: "--pre"
OPTIONS_NAME: "pre-releases"
- platform_id: manylinux_x86_64
python-version: '3.12-dev'
PIP_FLAGS: "--pre"
OPTIONS_NAME: "pre-releases"

steps:
- name: Checkout PyWavelets
Expand Down Expand Up @@ -150,7 +154,7 @@ jobs:
# Ensure that a wheel builder finishes even if another fails
fail-fast: false
matrix:
python-version: [3.9, '3.11']
python-version: [3.9, '3.11', '3.12-dev']
MINIMUM_REQUIREMENTS: [0]
USE_SCIPY: [0]
USE_SDIST: [0]
Expand All @@ -165,6 +169,9 @@ jobs:
- python-version: '3.11'
PIP_FLAGS: "--pre"
OPTIONS_NAME: "pre-releases"
- python-version: '3.12-dev'
PIP_FLAGS: "--pre"
OPTIONS_NAME: "pre-releases"

steps:
- name: Checkout PyWavelets
Expand Down

0 comments on commit 9f616ca

Please sign in to comment.