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

General fixes for next release #1318

Merged
merged 23 commits into from Sep 9, 2021
Merged

General fixes for next release #1318

merged 23 commits into from Sep 9, 2021

Conversation

Yobmod
Copy link
Contributor

@Yobmod Yobmod commented Aug 9, 2021

Some fixes for next release:

  • fix classifiers list in setup.py - tested with testpypi
  • Update types of cmd.handle_process_output()
  • Apply workaround for protocol bug that appeared in 3.9.7 and 3.10.0.rc1 (at runtime they are now ABCs). This might already be fixed for 3.10.0-rc2, so can then be reverted once 3.10.0 released python/cpython#27541 #1332
  • Update Sphinx to 4.1.12 and fix warnings - still not 3.10 compatible tho. #1323
  • Update version and changelog

The CI for 3.10.0 failed on doc building for beta4 and rc1 (with different errors), but newest sphinx not working with 3.10, so waiting for that: sphinx-doc/sphinx#9505)

I've uploaded to testpypi, then install from there with 3.7.0 and got no import errors.
Also added tests for earliest available minor versions for each major one (e.g 3.7.5, 3.8.0, 3.9.0)

So ready for release, I guess!

Yobmod added 6 commits Sep 9, 2021
Try python 3.10.0.rc.2
Rmv 3.10.0 from test matrix
Comment out python 3.10 for next release
try force tests on 3.9.7
Add minor versions to test matrix
3.7.0 not available
@Yobmod Yobmod merged commit cfcae1d into gitpython-developers:main Sep 9, 2021
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants