Skip to content

Commit

Permalink
ci: add 3.13 testing (#12)
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii authored Sep 7, 2024
1 parent 6bc644c commit 9123f05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.x"
- uses: yezz123/setup-uv@v4
- uses: astral-sh/setup-uv@v2
- uses: pre-commit/action@v3.0.1
with:
extra_args: --hook-stage manual --all-files
Expand All @@ -40,7 +40,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.12"]
python-version: ["3.8", "3.13"]
runs-on: [ubuntu-latest, macos-14]

include:
Expand All @@ -57,7 +57,7 @@ jobs:
python-version: ${{ matrix.python-version }}
allow-prereleases: true

- uses: yezz123/setup-uv@v4
- uses: astral-sh/setup-uv@v2

- name: Install gfortran
if: runner.os == 'macOS'
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Scientific/Engineering",
"Typing :: Typed",
]
Expand Down

0 comments on commit 9123f05

Please sign in to comment.