Skip to content

Commit

Permalink
Also test with Python 3.12, and upload 3.12
Browse files Browse the repository at this point in the history
Test examples with Python 3.11
  • Loading branch information
oleksandr-pavlyk committed Jul 26, 2024
1 parent 810cbab commit b16ac8d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:

strategy:
matrix:
python: ['3.9', '3.10', '3.11']
python: ['3.9', '3.10', '3.11', '3.12']
experimental: [false]
runner: [ubuntu-22.04]
continue-on-error: ${{ matrix.experimental }}
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
shell: cmd /C CALL {0}
strategy:
matrix:
python: ['3.9', '3.10', '3.11']
python: ['3.9', '3.10', '3.11', '3.12']
experimental: [false]
runner: [windows-2019]
continue-on-error: ${{ matrix.experimental }}
Expand Down Expand Up @@ -350,7 +350,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python: ['3.9', '3.10', '3.11']
python: ['3.9', '3.10', '3.11', '3.12']
steps:
- name: Download conda artifact
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -386,7 +386,7 @@ jobs:
runs-on: windows-2019
strategy:
matrix:
python: ['3.9', '3.10', '3.11']
python: ['3.9', '3.10', '3.11', '3.12']
steps:
- name: Download artifact
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -426,7 +426,7 @@ jobs:
runs-on: ${{ matrix.runner }}
strategy:
matrix:
python: ['3.10']
python: ['3.11']
experimental: [false]
runner: [ubuntu-22.04]
continue-on-error: ${{ matrix.experimental }}
Expand Down

0 comments on commit b16ac8d

Please sign in to comment.