@@ -75,10 +75,10 @@ def exclude(line):
7575 'Intended Audience :: Developers' ,
7676 'Programming Language :: Python' ,
7777 'Programming Language :: Python :: 3' ,
78- 'Programming Language :: Python :: 3.9' ,
7978 'Programming Language :: Python :: 3.10' ,
8079 'Programming Language :: Python :: 3.11' ,
8180 'Programming Language :: Python :: 3.12' ,
81+ 'Programming Language :: Python :: 3.13' ,
8282 'Programming Language :: Python :: Implementation :: PyPy' ,
8383 'Programming Language :: Python :: Implementation :: CPython' ,
8484 'Topic :: Software Development :: Version Control' ,
@@ -151,9 +151,9 @@ def run(self):
151151 cffi_modules = ['pygit2/_run.py:ffi' ],
152152 ext_modules = ext_modules ,
153153 # 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' ],
157157 # URLs
158158 url = 'https://github.com/libgit2/pygit2' ,
159159 project_urls = {
0 commit comments