Skip to content

Commit

Permalink
Bump to Django 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Conjeaud committed May 22, 2024
1 parent 0340063 commit f5e8f48
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.12", "3.11", "3.10", "3.9", "3.8", "3.7"]
python-version: ["3.12", "3.11", "3.10", "3.9", "3.8"]
neo4j-version: ["community", "4.4-community"]

steps:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors = [{name = "Robin Edwards", email = "[email protected]"}]
maintainers = [{name = "Marius Conjeaud", email = "[email protected]"}]
description = "Use Neo4j with Django!"
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"
keywords = ["graph", "neo4j", "django", "plugin", "neomodel"]
license = { text = "MIT" }
classifiers = [
Expand All @@ -28,7 +28,7 @@ classifiers = [
]
dependencies = [
"neomodel~=5.3.0",
'django~=4.0'
'django~=5.0.6'
]
version='0.1.2'

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
neomodel~=5.3.0
django~=4.0
django~=5.0.6

0 comments on commit f5e8f48

Please sign in to comment.