Skip to content

Commit

Permalink
Revert "py3.12" - django-polymorphic is not there yet
Browse files Browse the repository at this point in the history
This reverts commit 97d680d.
  • Loading branch information
tykling committed Jun 23, 2024
1 parent 46c4c33 commit e36d450
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: "ubuntu-22.04"
strategy:
matrix:
python: ["3.10", "3.11", "3.12"]
python: ["3.10", "3.11"]
services:
postgres:
image: "postgres"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ ignore_missing_model_attributes = true
[tool.tox]
legacy_tox_ini = """
[tox]
envlist = py310, py311, py312
envlist = py310, py311
skipsdist = True
[testenv]
Expand Down

0 comments on commit e36d450

Please sign in to comment.