From 89d8c5506ea1d5c3fbeeeaf8a446f85c2227c7f8 Mon Sep 17 00:00:00 2001 From: Mike Boyle Date: Fri, 24 Jan 2025 22:30:31 -0500 Subject: [PATCH] Use python 3.13, now that numba should be compatible --- .github/workflows/build.yml | 8 ++++---- README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a791090..7ea36dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/README.md b/README.md index e332649..b5087b6 100644 --- a/README.md +++ b/README.md @@ -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