Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024 02 updates #89

Merged
merged 4 commits into from
Feb 11, 2024
Merged

Conversation

BenjamenMeyer
Copy link
Member

No description provided.

The util decorators failed to import from collections.abc for
Py3 instead of collections (from Py2).
- Drop Python 2.7 support and add word of caution about Pypy and
  setuptools
- Update note about CI systems to include 4th gen systems (e.g
  GitHub Actions)
- Convert from setup.py to setup.cfg using the newer methodology
  so no parameters are specified to `setup()`
- Update the `version` test that ensures the code and installation
  version match to use `subprocess` to inspect the output of
  `pip show stackinabox` instead of importing `setup.py` as
  `setup.py` no longer contains the data it was searching for
- Fix several tests where the query parameters were separated by
  both `;` and `&` and it should have only separated on `&`
- Update the dependencies to latest stable versions
@BenjamenMeyer BenjamenMeyer merged commit 0ba0dd4 into TestInABox:master Feb 11, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant