Skip to content

Commit

Permalink
Run tests on Python 3.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfmanstout committed Jan 13, 2025
1 parent 019bab2 commit 8192501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11", "3.12"]
python-version: ["3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- name: Install uv
Expand Down Expand Up @@ -41,4 +41,3 @@ jobs:
run: uv build
- name: Publish
uses: pypa/gh-action-pypi-publish@release/v1

3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11", "3.12"]
python-version: ["3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- name: Install uv
Expand All @@ -21,4 +21,3 @@ jobs:
run: uv sync --dev
- name: Run tests
run: uv run pytest

0 comments on commit 8192501

Please sign in to comment.