Skip to content

Commit

Permalink
Add python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
clbarnes committed Jan 5, 2024
1 parent 547ab87 commit d031f1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
python-version:
- '3.9'
- '3.10'
- '3.11'
igraph: ["igraph", "no-igraph"]
steps:
# # This cancels any such job that is still runnning
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
],
install_requires=requirements,
extras_require={'extras': ['fuzzywuzzy[speedup]~=0.17.0',
Expand Down

0 comments on commit d031f1c

Please sign in to comment.