Skip to content

Commit

Permalink
BLD: add python 3.12 to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tangkong committed May 3, 2024
1 parent 124a96c commit f985306
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
- python-version: "3.10"
- python-version: "3.11"
experimental: true
- python-version: "3.12"
experimental: true

name: "Conda"
uses: ./.github/workflows/python-conda-test.yml
Expand All @@ -93,6 +95,8 @@ jobs:
- python-version: "3.10"
- python-version: "3.11"
experimental: true
- python-version: "3.12"
experimental: true

name: "Pip"
uses: ./.github/workflows/python-pip-test.yml
Expand Down

0 comments on commit f985306

Please sign in to comment.