Skip to content

Commit

Permalink
Use python 3.13, now that numba should be compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
moble committed Jan 25, 2025
1 parent 8548d5c commit 73a9bca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.12'
python-version: '3.13'

- name: Install Hatch
shell: bash
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.12'
python-version: '3.13'

- name: Update versions
shell: bash
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.12'
python-version: '3.13'

- name: Update versions
shell: bash
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.12'
python-version: '3.13'

- name: Install Hatch
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ you need to know.

The basic requirements for this code are reasonably current versions
of `python` and `numpy`. In particular, `python` versions 3.10
through 3.12 are routinely tested. Because of its crucial dependence
through 3.13 are routinely tested. Because of its crucial dependence
on `numpy`, this package can only support versions of `python` that
are directly supported by `numpy` — which limits support to releases
from the past few years. Old versions of `python` will work with
Expand Down

0 comments on commit 73a9bca

Please sign in to comment.