Skip to content

Commit

Permalink
Drop support for Python 3.8 (EOL) (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve authored Nov 29, 2024
1 parent b7a6787 commit 17a546e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## In development

- Drop support for Python 3.8 (EOL) (#571).

## 24.2 (2024-04-16)

- Reinstate setuptools_scm for build (#441).
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Source = "https://github.com/zostera/django-marina"
fix = false
line-length = 120
src = ["src"]
target-version = "py38"
target-version = "py39"

[tool.ruff.lint]
fixable = [
Expand Down
4 changes: 0 additions & 4 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
tox==4.23.2
coverage==7.6.1
<<<<<<< HEAD
ruff==0.8.1
=======
ruff==0.7.4
>>>>>>> parent of e8386a3 (Bump ruff from 0.7.4 to 0.8.0 (#564))
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[tox]
args_are_paths = false
envlist =
py38-{4.2},
py39-{4.2},
py310-{4.2,5.0,5.1,main},
py311-{4.2,5.0,5.1,main},
Expand All @@ -12,7 +11,6 @@ envlist =

[testenv]
basepython =
py38: python3.8
py39: python3.9
py310: python3.10
py311: python3.11
Expand Down

0 comments on commit 17a546e

Please # to comment.