Skip to content

Commit 35e9bd6

Browse files
committed
use python version 3.11
1 parent 31b45b9 commit 35e9bd6

3 files changed

Lines changed: 34 additions & 9 deletions

File tree

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13
1+
3.11

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[project]
22
name = "django-resumable-async-upload"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "A Django app for the uploading of large files from the django admin site."
55
readme = "README.md"
66
authors = [
77
{ name = "Paige Williams", email = "pwilliams@ecotrust.org" }
88
]
9-
requires-python = ">=3.13"
9+
requires-python = ">=3.11"
1010

1111
dependencies = ["Django>=3.0.14"]
1212
classifiers=[

uv.lock

Lines changed: 31 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)