@@ -75,10 +75,10 @@ def exclude(line):
75
75
'Intended Audience :: Developers' ,
76
76
'Programming Language :: Python' ,
77
77
'Programming Language :: Python :: 3' ,
78
- 'Programming Language :: Python :: 3.9' ,
79
78
'Programming Language :: Python :: 3.10' ,
80
79
'Programming Language :: Python :: 3.11' ,
81
80
'Programming Language :: Python :: 3.12' ,
81
+ 'Programming Language :: Python :: 3.13' ,
82
82
'Programming Language :: Python :: Implementation :: PyPy' ,
83
83
'Programming Language :: Python :: Implementation :: CPython' ,
84
84
'Topic :: Software Development :: Version Control' ,
@@ -151,9 +151,9 @@ def run(self):
151
151
cffi_modules = ['pygit2/_run.py:ffi' ],
152
152
ext_modules = ext_modules ,
153
153
# Requirements
154
- python_requires = '>=3.9 ' ,
155
- setup_requires = ['cffi>=1.16 .0' ],
156
- install_requires = ['cffi>=1.16 .0' ],
154
+ python_requires = '>=3.10 ' ,
155
+ setup_requires = ['cffi>=1.17 .0' ],
156
+ install_requires = ['cffi>=1.17 .0' ],
157
157
# URLs
158
158
url = 'https://github.com/libgit2/pygit2' ,
159
159
project_urls = {
0 commit comments