Skip to content

Commit

Permalink
Add test against python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed May 18, 2024
1 parent 7f7ff9d commit 2b78f29
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,21 @@ jobs:
os: ["ubuntu-latest", "macos-13", "macos-latest", "windows-latest"]
PYTHON_VERSION: ['3.8', '3.10', '3.12']
PACKAGE_MANAGER: [conda, pip]
# Use only in conda based distribution
ENVIRONMENT_NAME: ["test_env"]
include:
# The python version of the base environment will be what comes with
# the distribution
- os: ubuntu
PYTHON_VERSION: ''
ENVIRONMENT_NAME: ''
- os: ubuntu-latest
PYTHON_VERSION: '3.12'
ENVIRONMENT_NAME: true
PACKAGE_MANAGER: conda
LABEL: _base_env
- os: ubuntu
PYTHON_VERSION: '3.13'
ENVIRONMENT_NAME: ''
PACKAGE_MANAGER: pip
Label: ''
exclude:
# pip on macos doesn't seemt to play well with bash -l {0}, which is
# required to use setup-miniconda
Expand Down

0 comments on commit 2b78f29

Please sign in to comment.