The GitHub Actions builds are failing. They successfully ran in August 2025 and then were automatically disabled due to a lack of activity on the repository. When they were enabled in August 2026 they failed. There are at least 2 issues:
NegativeInfinity no longer exists in packaging.version. This symbol was not a part of the API according to the developers. It was removed in 26.1. We can temporarily use versions of packaging that predate 26.1 to quiet these errors and then work on changing the code to stop using this symbol.
- SynBioHub enabled authentication requirements that prevent access to some APIs without authentication. Some of the pySBOL2 unit tests will need to be skipped until they can be updated to use authentication when accessing SynBioHub.
The GitHub Actions builds are failing. They successfully ran in August 2025 and then were automatically disabled due to a lack of activity on the repository. When they were enabled in August 2026 they failed. There are at least 2 issues:
NegativeInfinityno longer exists inpackaging.version. This symbol was not a part of the API according to the developers. It was removed in 26.1. We can temporarily use versions ofpackagingthat predate 26.1 to quiet these errors and then work on changing the code to stop using this symbol.