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

fix: relax python version constraint, remove upperbound #878

Merged
merged 1 commit into from
Aug 21, 2024
Merged

Conversation

noahnu
Copy link
Collaborator

@noahnu noahnu commented Aug 21, 2024

closes #866

@noahnu noahnu merged commit 05a35a1 into main Aug 21, 2024
14 checks passed
@noahnu noahnu deleted the bugfix/866 branch August 21, 2024 01:52
noahnu pushed a commit that referenced this pull request Aug 21, 2024
## [4.6.4](v4.6.3...v4.6.4) (2024-08-21)

### Bug Fixes

* relax python version constraint, remove upperbound ([#878](#878)) ([05a35a1](05a35a1))
@noahnu
Copy link
Collaborator Author

noahnu commented Aug 21, 2024

🎉 This PR is included in version 4.6.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link

codecov bot commented Aug 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #878   +/-   ##
=======================================
  Coverage   98.31%   98.31%           
=======================================
  Files          20       20           
  Lines        1545     1545           
=======================================
  Hits         1519     1519           
  Misses         26       26           

Copy link

@github-actions github-actions bot left a 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: 04d4d39 Previous: 05a35a1 Ratio
benchmarks/test_1000x.py::test_1000x_reads 0.8197212321805815 iter/sec (stddev: 0.06252243899625853) 0.8144090190036746 iter/sec (stddev: 0.06288302222992734) 0.99
benchmarks/test_1000x.py::test_1000x_writes 0.7309362536671217 iter/sec (stddev: 0.17519705868750649) 0.6739247232559146 iter/sec (stddev: 0.352081787040755) 0.92
benchmarks/test_standard.py::test_standard 0.7732091685513877 iter/sec (stddev: 0.055814716453043894) 0.7580697657988412 iter/sec (stddev: 0.045665586571833464) 0.98

This comment was automatically generated by workflow using github-action-benchmark.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Loosen python version requirement from >=3.8.1,<4 to >=3.8.1
1 participant