Skip to content

Commit 2a6f1a1

Browse files
committed
Bump cffi to 2.0
Allows for free-threaded CPython support
1 parent a93ca11 commit 2a6f1a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66
"setuptools_scm[toml]>=6.2",
77
"packaging>=24.2",
88
"wheel>=0.37.1",
9-
"cffi>=1.15",
9+
"cffi>=2.0",
1010
"pycparser>=2.14",
1111
"pcpp==1.30",
1212
"requests>=2.28.1",
@@ -28,7 +28,7 @@ license-files = [
2828
"libtcod/LIBTCOD-CREDITS.txt",
2929
]
3030
dependencies = [
31-
"cffi>=1.15",
31+
"cffi>=2.0",
3232
'numpy>=1.21.4; implementation_name != "pypy"',
3333
"typing_extensions>=4.12.2",
3434
]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
attrs>=23.1.0
2-
cffi>=1.15
2+
cffi>=2.0
33
numpy>=1.21.4
44
pycparser>=2.14
55
requests>=2.28.1

0 commit comments

Comments
 (0)