Skip to content

Commit

Permalink
Drop support for Python < 3.10 and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
paulopaixaoamaral committed Nov 6, 2023
1 parent f83ce44 commit 56fdca5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file.

## [3.0.0] - 2023-02-17

- Drop support for Python < 3.10
- Drop support for Pydantic < 2

## [0.10.0] - 2023-02-17

- Improve admin list view to include date filters and value search [#8]
Expand Down
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-csp-plus"
version = "0.10.0"
version = "3.0.0"
description = "CSP tracking and violation report endpoint."
license = "MIT"
authors = ["YunoJuno <[email protected]>"]
Expand All @@ -19,8 +19,6 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
isolated_build = True
envlist = fmt, lint, mypy, checks, py{3.8,3.9,3.10,3.11}-django{32,41,42,main}
envlist = fmt, lint, mypy, checks, py{3.10,3.11}-django{32,41,42,main}

[testenv]
deps =
Expand Down

0 comments on commit 56fdca5

Please sign in to comment.