Skip to content

Commit

Permalink
Add 3.13 and drop 3.8 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusconjeaud committed Nov 5, 2024
1 parent 5b3b1aa commit 0007c57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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"]
python-version: ["3.13", "3.12", "3.11", "3.10", "3.9"]
neo4j-version: ["community", "enterprise", "5.5-enterprise", "4.4-enterprise", "4.4-community"]

steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Ensure `dbms.security.auth_enabled=true` in your database configuration
file. Setup a virtual environment, install neomodel for development and
run the test suite: :

$ pip install -e '.[dev,pandas,numpy]'
$ pip install -r requirements-dev.txt
$ pytest

The tests in \"test_connection.py\" will fail locally if you don\'t
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

unasync>=0.5.0
pytest>=7.1
pytest-asyncio>=0.19.0
pytest-cov>=4.0
pre-commit
black
Expand Down

0 comments on commit 0007c57

Please sign in to comment.