Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.8'
python-version: '3.13'
cache: 'pipenv'
- name: Run black
uses: psf/black@stable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.8'
python-version: '3.13'
cache: 'pipenv'
- name: Set up pipenv
run: python -m pip install --upgrade pipenv wheel
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pipenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.8'
python-version: '3.13'
- name: Set up pipenv
run: python -m pip install --upgrade pip wheel pipenv
- name: Update packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.8'
python-version: '3.13'
cache: 'pipenv'
- name: Set up pipenv
run: python -m pip install --upgrade pipenv wheel
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
rev: 22.8.0
hooks:
- id: black
language_version: python3.8
language_version: python3.13
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
Expand Down
9 changes: 5 additions & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ six = "*"
psycopg2-binary = "*"
pytz = "*"
matplotlib = "*"
django-formtools = "<2.4"
django-formtools = "*"
django-crispy-forms = "*"
crispy-bootstrap5 = "*"
django-crum = "*"
Expand All @@ -34,8 +34,9 @@ Pillow = "*"
Django = "*"
django-ical = "*"
sorl-thumbnail = "*"
django-newsletter = {editable = true, git = "https://github.com/CosmosTUe/django-newsletter.git"}
"backports.zoneinfo" = "==0.2.1" # support for Python <= 3.8
django-newsletter = "*"
#django-newsletter = {editable = true, git = "https://github.com/CosmosTUe/django-newsletter.git"}
#"backports.zoneinfo" = "==0.2.1" # support for Python <= 3.8
django-tinymce = "*"

[dev-packages]
Expand All @@ -48,7 +49,7 @@ tox = "*"
pre-commit = "*"

[requires]
python_version = "3.8"
python_version = "3.13"

[pipenv]
allow_prereleases = true
2,681 changes: 1,449 additions & 1,232 deletions Pipfile.lock

Large diffs are not rendered by default.

Loading