Update cffi requirement from <2.0.0 to <3.0.0#158
Conversation
af2f769 to
2baba24
Compare
|
@dependabot recreate |
2baba24 to
8e37f42
Compare
|
@dependabot recreate |
8e37f42 to
18c3be8
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #158 +/- ##
=======================================
Coverage 97.63% 97.63%
=======================================
Files 17 17
Lines 846 846
Branches 44 44
=======================================
Hits 826 826
Misses 12 12
Partials 8 8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@dependabot recreate |
Updates the requirements on [cffi](https://github.com/python-cffi/cffi) to permit the latest version. - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](python-cffi/cffi@v1.11.1...v2.0.0) --- updated-dependencies: - dependency-name: cffi dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
18c3be8 to
7078e5f
Compare
| @@ -1,3 +1,3 @@ | |||
| -r test.txt | |||
| cffi<2.0.0;python_version<"3.14" | |||
| cffi<3.0.0;python_version<"3.14" | |||
There was a problem hiding this comment.
I think one of us put that condition in because cffi were taking too long to release a 3.14 compatible release. If it's working now, should be able to remove the version constraint.
There was a problem hiding this comment.
Issue was there was no cffi for free threading
|
@dependabot recreate |
|
The dependabot.yml entry that created this PR has been deleted so this PR can't be recreated. Please close the PR so Dependabot can create a new one with the current dependabot.yml. |
|
@dependabot recreate |
|
The dependabot.yml entry that created this PR has been deleted so this PR can't be recreated. Please close the PR so Dependabot can create a new one with the current dependabot.yml. |
|
Be sure we remove 3.13t first before we rerun the tests because that is why the workflows failed. |
Updates the requirements on cffi to permit the latest version.
Release notes
Sourced from cffi's releases.
Commits
6366c01release 2.0.0 (#196)95c84762.0.0 post beta backports (#195)195cbdaRelease 2.0.0b1 (#183)b4bbe79fix version test to support beta7ed073dAdd support for the free-threaded build (#178)67a170dChange the license from MIT to MIT-no-attribution, which is the same without ...92645ecAdd Python 3.14 support/testing (#177)2b81170doc: update test commands in Section Testing/development tips (#158)25172b8doc: update year (#153)b57a92cissue 147: force-compute nested structs before parent structs. Occurs mainly...