Skip to content

Commit

Permalink
Add python3.10 to hatch tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp committed Jul 1, 2024
1 parent c5607f4 commit 7a48fbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ template = "testing"
DBBACKEND = "sqlite3"
DBNAME = ":memory:"
[[tool.hatch.envs.test-sqlite.matrix]]
python = ["3.8", "3.12"]
python = ["3.8", "3.10", "3.12"]
django = ["4.2", "5.0"]
[tool.hatch.envs.test-sqlite.overrides]
matrix.django.extra-dependencies = [
Expand All @@ -185,7 +185,7 @@ extra-dependencies = [
[tool.hatch.envs.test-mysql.env-vars]
DBBACKEND = "mysql"
[[tool.hatch.envs.test-mysql.matrix]]
python = ["3.8", "3.12"]
python = ["3.8", "3.10", "3.12"]
django = ["4.2", "5.0"]
[tool.hatch.envs.test-mysql.overrides]
matrix.django.extra-dependencies = [
Expand Down

0 comments on commit 7a48fbf

Please sign in to comment.