Skip to content

Commit

Permalink
CI: Add Python 3.12 and networkx 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fumitoh committed Dec 24, 2023
1 parent 1a133fe commit fb828fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
{py: "3.8", nx: "2.5"},
{py: "3.9", nx: "2.6"},
{py: "3.10", nx: "2.7"},
{py: "3.11", nx: "2.8"}]
{py: "3.11", nx: "2.8"},
{py: "3.12", nx: "3.2"}
]
os: ["ubuntu-latest", "macos-latest", "windows-latest"]

steps:
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ def get_version(version_tuple):
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11'
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12'
],

# What does your project relate to?
Expand Down

0 comments on commit fb828fb

Please sign in to comment.