Skip to content

Commit 72e37ca

Browse files
committed
Brings Python 3.10 support back
1 parent 438d6d3 commit 72e37ca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-tailwind"
3-
version = "3.9.0"
3+
version = "3.9.1"
44
description = "Tailwind CSS Framework for Django projects"
55
authors = ["Tim Kamanin <[email protected]>"]
66
license = "MIT"
@@ -25,7 +25,7 @@ packages = [
2525
]
2626

2727
[tool.poetry.dependencies]
28-
python = "^3.11.0"
28+
python = "^3.10"
2929
django = ">=4.2.20"
3030
django-browser-reload = { version = "^1.18.0", optional = true }
3131

@@ -37,7 +37,7 @@ pre-commit = "^4.2.0"
3737
isort = "^6.0.1"
3838
flake8 = "^7.2.0"
3939
black = "^25.1.0"
40-
Sphinx = "^8.2.3"
40+
Sphinx = "^8.1.3"
4141
recommonmark = "^0.7.1"
4242
sphinx-rtd-theme = "^3.0.2"
4343

src/tailwind/app_template/{{cookiecutter.app_name}}/static_src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "{{ cookiecutter.app_name }}",
3-
"version": "3.9.0",
3+
"version": "3.9.1",
44
"description": "",
55
"scripts": {
66
"start": "npm run dev",

0 commit comments

Comments
 (0)