Skip to content

Commit

Permalink
Merge pull request #2 from jg-rp/py313
Browse files Browse the repository at this point in the history
Test against Python version 3.13
  • Loading branch information
jg-rp authored Oct 25, 2024
2 parents 095cad7 + e8d7a96 commit e26721a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
fail-fast: false
matrix:
include:
- { python: "3.13", os: ubuntu-latest, env: py313-5 }
- { python: "3.13", os: ubuntu-latest, env: py313-42 }
- { python: "3.12", os: ubuntu-latest, env: py312-5 }
- { python: "3.12", os: ubuntu-latest, env: py312-42 }
- { python: "3.11", os: ubuntu-latest, env: py311-42 }
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
dependencies = ["django>=3.2", "python-liquid[autoescape]>=0.7.4"]

Expand Down Expand Up @@ -59,7 +60,7 @@ lint = "ruff check ."
typing = "mypy"

[[tool.hatch.envs.test.matrix]]
python = ["38", "39", "310", "311", "312"]
python = ["38", "39", "310", "311", "312", "313"]
django = ["32", "42", "5"]

[tool.hatch.envs.test.overrides]
Expand Down

0 comments on commit e26721a

Please sign in to comment.