Skip to content

Commit

Permalink
remove 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapriot committed Oct 13, 2024
1 parent 47610b1 commit ced4581
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test_with_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: ["3.10", "3.11", "3.12", "3.13"]
python-version: ["3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v2
Expand All @@ -31,12 +31,6 @@ jobs:
activate-environment: geoana-test
python-version: ${{ matrix.python-version }}

- name: Install numba
if: matrix.python-version != '3.13'
# Numba doesn't work on python 3.13 just yet, so conditionally install it into the environment:
run: |
conda install --yes -c conda-forge numba
- name: Conda information
run: |
conda info
Expand Down

0 comments on commit ced4581

Please sign in to comment.