Skip to content

Commit

Permalink
GitHub Actions: Add Python 3.12 release candidate to the testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Sep 14, 2023
1 parent 428e868 commit 3361ba0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 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]
MINIMUM_REQUIREMENTS: [0]
USE_SCIPY: [0]
USE_SDIST: [0]
Expand Down Expand Up @@ -59,12 +59,13 @@ jobs:

steps:
- name: Checkout PyWavelets
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version}}
allow-prereleases: true

- name: Build package
env:
Expand Down Expand Up @@ -168,7 +169,7 @@ jobs:

steps:
- name: Checkout PyWavelets
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 3361ba0

Please sign in to comment.