-
Notifications
You must be signed in to change notification settings - Fork 43
feat: drop support for py3.8, raise min. pytest to v8 #904
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BREAKING CHANGE: Drops support for Python 3.8 which is end of life as of October 2024. Raises the minimum version of pytest to v8.
Codecov ReportAll modified and coverable lines are covered by tests ✅ @@ Coverage Diff @@
## next #904 +/- ##
==========================================
- Coverage 97.93% 97.91% -0.02%
==========================================
Files 21 21
Lines 1596 1583 -13
==========================================
- Hits 1563 1550 -13
Misses 33 33 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark
| Benchmark suite | Current: 4925eef | Previous: 030a5a6 | Ratio |
|---|---|---|---|
benchmarks/test_1000x.py::test_1000x_reads |
0.8254926533220817 iter/sec (stddev: 0.05128049768496416) |
0.8117909046631377 iter/sec (stddev: 0.06465486725090448) |
0.98 |
benchmarks/test_1000x.py::test_1000x_writes |
0.7369447061338785 iter/sec (stddev: 0.2466088987992299) |
0.7066245808264509 iter/sec (stddev: 0.1841537566060016) |
0.96 |
benchmarks/test_standard.py::test_standard |
0.7547774600543267 iter/sec (stddev: 0.07240829759817723) |
0.7618832588599506 iter/sec (stddev: 0.05882482110098924) |
1.01 |
This comment was automatically generated by workflow using github-action-benchmark.
noahnu
added a commit
that referenced
this pull request
Oct 20, 2024
BREAKING CHANGE: Drops support for Python 3.8 which is end of life as of October 2024. Raises the minimum version of pytest to v8.
noahnu
added a commit
that referenced
this pull request
Nov 23, 2024
BREAKING CHANGE: Drops support for Python 3.8 which is end of life as of October 2024. Raises the minimum version of pytest to v8.
noahnu
added a commit
that referenced
this pull request
Jan 27, 2025
BREAKING CHANGE: Drops support for Python 3.8 which is end of life as of October 2024. Raises the minimum version of pytest to v8.
noahnu
added a commit
that referenced
this pull request
Feb 20, 2025
BREAKING CHANGE: Drops support for Python 3.8 which is end of life as of October 2024. Raises the minimum version of pytest to v8.
noahnu
added a commit
that referenced
this pull request
Mar 8, 2025
BREAKING CHANGE: Drops support for Python 3.8 which is end of life as of October 2024. Raises the minimum version of pytest to v8.
noahnu
added a commit
that referenced
this pull request
Mar 8, 2025
BREAKING CHANGE: Drops support for Python 3.8 which is end of life as of October 2024. Raises the minimum version of pytest to v8.
noahnu
added a commit
that referenced
this pull request
Mar 24, 2025
BREAKING CHANGE: Drops support for Python 3.8 which is end of life as of October 2024. Raises the minimum version of pytest to v8.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
BREAKING CHANGE: Drops support for Python 3.8 which is end of life as of October 2024. Raises the minimum version of pytest to v8.