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

Relax gherkin-official dep requirement #753

Merged
merged 6 commits into from
Dec 8, 2024
Merged

Conversation

youtux
Copy link
Contributor

@youtux youtux commented Dec 8, 2024

Fixes #752

We want to relax the gherkin-official dependency requirement, as right now we use ^29.0.0 and it doesn't allow version 30 to be used, which is annoying since it fixes a warning in python3.13.

I will therefore relax it, and add to the tox matrix all the gherkin-official versions we support (right now, 29 and 30).

Copy link

codecov bot commented Dec 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.05%. Comparing base (9bb4967) to head (7decb11).
Report is 7 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #753      +/-   ##
==========================================
+ Coverage   96.01%   96.05%   +0.04%     
==========================================
  Files          55       55              
  Lines        2359     2359              
  Branches      250      136     -114     
==========================================
+ Hits         2265     2266       +1     
  Misses         56       56              
+ Partials       38       37       -1     

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

@youtux youtux merged commit 9ff6980 into master Dec 8, 2024
18 checks passed
@youtux youtux deleted the ab/gherkin-official-req branch December 8, 2024 12:59
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.

gherkin-official version bound raises DeprecationWarning on Python 3.13
1 participant