Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "pypy-3.9"]
python-version: ["3.10", "3.11", "pypy-3.10"]

steps:
- name: Checkout Repository
Expand Down
6 changes: 5 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

4.0.0
-----
* Dropped support for Python 3.8, 3.9
* Dropped support for pypy3.9; added support for pypy3.10

3.5.1
-----
* Migrated from TravisCI to GitHub actions for testing pipeline
Expand All @@ -24,7 +29,6 @@ Changelog
* Standardized column name to ``manual_metric``
* This was a purely cosmetic change as the actual ``manual_metric`` is based on the column's order in the table, not the specific column name


3.4.0
-----
* This build, while functional, was yanked from pypi for reasons related to troubleshooting a new CI/CD pipeline. Let's just say there was some drama around that, and the migration to travis-ci.com. These things happen.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "Tim Fiola"

# The full version, including alpha/beta/rc tags
release = "3.4.1"
release = "4.0.0"

# index file
master_doc = "index"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
networkx==2.4
networkx==3.1
jinja2
dash
dash-cytoscape
1 change: 1 addition & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ pytest-cov
pytest-flake8
pytest-mccabe
coveralls
numpy<2.0.0