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

Raise minimum python version to 3.11.2 #81

Merged

Conversation

edrogers
Copy link
Contributor

Rather than building a clever workaround to address the bug caused by python/cpython#100098, I thought I'd just bump the version constraint on python in the pyproject.toml to ensure that others don't bump into this issue.

Tasks

  • Updated changelog.
  • Updated documentation. (I don't see anywhere to mention python version requirements. Feels like pyproject.toml is self-documenting, but happy to add something to the docs if you'd like.)

docs/reference/changelog.md Outdated Show resolved Hide resolved
Copy link

codecov bot commented Dec 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c750612) 20.6% compared to head (bf51997) 20.6%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main     #81   +/-   ##
=====================================
  Coverage   20.6%   20.6%           
=====================================
  Files         34      34           
  Lines       3595    3595           
  Branches     303     303           
=====================================
  Hits         741     741           
  Misses      2850    2850           
  Partials       4       4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Co-authored-by: Josh Karpel <josh.karpel@gmail.com>
Copy link
Owner

@JoshKarpel JoshKarpel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the spot and quick fix!

Resolves #80

@JoshKarpel JoshKarpel enabled auto-merge (squash) December 30, 2023 21:57
@JoshKarpel JoshKarpel merged commit dcb156c into JoshKarpel:main Dec 30, 2023
7 checks passed
@edrogers edrogers deleted the raise-minimum-python-version-to-3-11-2 branch December 30, 2023 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Styling raises AttributeError in python 3.11.1 due to CPython regression
2 participants