Skip to content

Commit 74e294e

Browse files
authored
Merge pull request #16 from stefanofusai/bump-requires-python
2 parents 6628f38 + b35192c commit 74e294e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "drf-multi-serializers"
7-
version = "1.0.2"
7+
version = "1.1.0"
88
authors = [{ "name" = "Stefano Fusai", "email" = "[email protected]" }]
99
description = "A simple package to handle multiple serializers for the same ViewSet in Django Rest Framework"
1010
readme = "README.md"
11-
requires-python = ">=3.11"
11+
requires-python = ">=3.12"
1212
dependencies = ["djangorestframework"]
1313

1414
[project.urls]

0 commit comments

Comments
 (0)