Skip to content

Commit

Permalink
tests: extend tests with python3.13 with avif support
Browse files Browse the repository at this point in the history
  • Loading branch information
boidolr committed Oct 17, 2024
1 parent a7ad007 commit 2609f92
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
build:
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13"]
runner: [ubuntu-latest]
include:
- python-version: "3.12"
- python-version: "3.13"
runner: macos-latest
- python-version: "3.12"
- python-version: "3.13"
runner: windows-latest
runs-on: ${{ matrix.runner }}

Expand All @@ -47,4 +47,4 @@ jobs:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- uses: boidolr/actions/run-precommit@main
env:
UV_PYTHON: "3.12"
UV_PYTHON: "3.13"
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py310,py311,py312,pre-commit
envlist = py310,py311,py312,py313,pre-commit
isolated_build = True

[testenv]
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2609f92

Please sign in to comment.