Skip to content

Commit

Permalink
do not support python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
erelsgl committed Aug 3, 2024
1 parent a9f1e33 commit 898dda8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu, macos, windows]
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = 'networkz'
description = 'Extended Graph-Algorithms Library on Top of NetworkX'
readme = 'README.MD'
requires-python = '>=3.8'
requires-python = '>=3.9'
dynamic = ['version']
license = {file = "LICENSE"}
keywords = [
Expand Down

0 comments on commit 898dda8

Please sign in to comment.