mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-15 13:37:56 +08:00
update all dependencies to match current
This commit is contained in:
23
.github/workflows/test.yml
vendored
23
.github/workflows/test.yml
vendored
@@ -27,34 +27,19 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
python-version:
|
||||
- "3.9"
|
||||
- "3.10"
|
||||
- "3.11"
|
||||
- "3.12"
|
||||
- "3.13"
|
||||
- "3.14"
|
||||
django:
|
||||
- "4.2"
|
||||
- "5.0"
|
||||
- "5.1"
|
||||
- "5.2"
|
||||
- "6.0"
|
||||
exclude:
|
||||
# django 5.2 does not support 3.9
|
||||
- python-version: "3.9"
|
||||
django: "5.2"
|
||||
# django 5.1 does not support 3.9
|
||||
- python-version: "3.9"
|
||||
django: "5.1"
|
||||
# django 5.0 does not support 3.9
|
||||
- python-version: "3.9"
|
||||
django: "5.0"
|
||||
# django 4.2 does not support 3.13
|
||||
- python-version: "3.13"
|
||||
django: "4.2"
|
||||
# django 6.0 does not support earlier than 3.12
|
||||
- python-version: "3.9"
|
||||
django: "6.0"
|
||||
# django 6 does not support 3.10
|
||||
- python-version: "3.10"
|
||||
django: "6.0"
|
||||
# django 6 does not support 3.11
|
||||
- python-version: "3.11"
|
||||
django: "6.0"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Sets the python version
|
||||
FROM python:3.9-slim-bookworm
|
||||
FROM python:3.12-slim-bookworm
|
||||
|
||||
# Allows the logs generated by python apps to be rendered in the terminal
|
||||
ENV PYTHONUNBUFFERED 1
|
||||
|
||||
@@ -35,13 +35,13 @@ See the `changelog <https://github.com/GDay/django-q2/blob/master/CHANGELOG.md>`
|
||||
Requirements
|
||||
~~~~~~~~~~~~
|
||||
|
||||
- `Django <https://www.djangoproject.com>`__ > = 4.2
|
||||
- `Django <https://www.djangoproject.com>`__ 5.2 and 6.0
|
||||
- `Django-picklefield <https://github.com/gintas/django-picklefield>`__
|
||||
|
||||
Tested with:
|
||||
|
||||
* Python 3.9 to 3.13.
|
||||
* Django 4.2 to 6.0.
|
||||
* Python 3.10 to 3.14.
|
||||
* Django 5.2 and 6.0.
|
||||
|
||||
Brokers
|
||||
~~~~~~~
|
||||
|
||||
1647
poetry.lock
generated
1647
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -52,8 +52,8 @@ include = [
|
||||
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.9,<4"
|
||||
django = ">=4.2"
|
||||
python = ">=3.10,<4"
|
||||
django = ">=5.2"
|
||||
django-picklefield = "^3.1"
|
||||
|
||||
blessed = { version = "^1.19.1", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user