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

chore(deps): add py3.12 support and drop py3.10 #13

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

kennedykori
Copy link
Contributor

@kennedykori kennedykori commented Mar 19, 2024

Change supported Python versions from [py310,py311] to [py311,py312].

Upgrade all dependencies except coverage. At the moment, coverage can't be upgraded to a version higher than 6.x as coveralls-python - a dependency of this project - has an upper bound on the supported coverage version. See this issue for details. Moving forward, we should consider dropping coveralls-python as a dependency since it no longer appears to be maintained.

@kennedykori kennedykori self-assigned this Mar 19, 2024
@kennedykori kennedykori force-pushed the chore-upgrade-dependencies branch 2 times, most recently from bdeeb51 to 2fb6671 Compare March 19, 2024 12:23
Change supported Python versions from `[py310,py311]` to `[py311,py312]`.

Upgrade all dependencies except [coverage](https://github.com/nedbat/coveragepy).
At the moment, `coverage` can't be upgraded to a version higher than
6.x as [coveralls-python](https://github.com/TheKevJames/coveralls-python) -
a dependency of this project - has an upper bound on the supported
`coverage` version. See this [issue](TheKevJames/coveralls-python#373)
for details. Moving forward, we should consider dropping `coveralls-python`
as a dependency since it no longer appears to be maintained.
@kennedykori kennedykori changed the title chore(deps): upgrade dependencies chore(deps): add py3.12 support and drop py3.10 Mar 20, 2024
@kennedykori kennedykori marked this pull request as ready for review March 20, 2024 13:16
@saladgg saladgg merged commit a763136 into develop Mar 20, 2024
6 checks passed
@saladgg saladgg deleted the chore-upgrade-dependencies branch March 20, 2024 13:32
kennedykori added a commit that referenced this pull request Mar 20, 2024
## [1.0.1-dev.1](v1.0.0...v1.0.1-dev.1) (2024-03-20)

### Dependency Updates

* **deps:** add py3.12 support and drop py3.10 ([#13](#13)) ([a763136](a763136))
@kennedykori
Copy link
Contributor Author

🎉 This PR is included in version 1.0.1-dev.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

kennedykori added a commit that referenced this pull request Mar 21, 2024
## [1.0.1](v1.0.0...v1.0.1) (2024-03-21)

### Bug Fixes

* **types:** typing on `Comparable` related checkers ([#20](#20)) ([7a741a8](7a741a8))

### Dependency Updates

* **deps:** add py3.12 support and drop py3.10 ([#13](#13)) ([a763136](a763136))
@kennedykori
Copy link
Contributor Author

🎉 This PR is included in version 1.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

2 participants