Skip to content

Commit

Permalink
Upgrade to Django 5
Browse files Browse the repository at this point in the history
  • Loading branch information
knatten committed Feb 21, 2025
1 parent 1ba994b commit fbcc86e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.10", "3.11", "3.12", "3.13"]
steps:
- name: Check out code
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django>=4.1,<5
Django>=5,<6
Markdown
pymdown-extensions
mock
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ click==8.1.8
# via pip-tools
cssselect==1.2.0
# via splinter
django==4.2.19
django==5.1.6
# via
# -r requirements.in
# splinter
Expand Down

0 comments on commit fbcc86e

Please sign in to comment.