Skip to content

Commit

Permalink
Merge pull request #31 from MridulS/MridulS-patch-1
Browse files Browse the repository at this point in the history
Sync up min python version with networkx main repo
  • Loading branch information
MridulS authored Jan 11, 2024
2 parents aeb4eb2 + 5d7e9d9 commit aa9ca63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# fail-fast: true
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ["3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = [
]
description = "An experimental parallel backend for NetworkX"
readme = "README.md"
requires-python = ">=3.11"
requires-python = ">=3.10"
keywords = ["networkx", "algorithms", "parallel"]
license = {text = "BSD-3-Clause"}
classifiers = [
Expand Down Expand Up @@ -38,7 +38,7 @@ py-modules = []

[tool.ruff]
line-length = 88
target-version = 'py311'
target-version = 'py310'

[tool.ruff.per-file-ignores]
"__init__.py" = ['I', 'F403']

0 comments on commit aa9ca63

Please sign in to comment.