Skip to content

Commit

Permalink
move python versions to 3.10-3.12 due to
Browse files Browse the repository at this point in the history
support issue of 3.9 with the latest macOS on GitHub runners
  • Loading branch information
slobentanzer committed Apr 24, 2024
1 parent 861c9d0 commit e38bf3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: true
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]
neo4j-version: ["4.4-enterprise", "5.17.0-enterprise"]
exclude:
# Windows tests don't use the PostgreSQL/Neo4j Docker containers
Expand Down

0 comments on commit e38bf3b

Please sign in to comment.