File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1+ [build-system ]
2+ requires = [" setuptools" ]
3+ build-backend = " setuptools.build_meta"
Original file line number Diff line number Diff line change 77 description = 'The build bot for archlinuxcn' ,
88 author = 'lilydjwg' ,
99 author_email = 'lilydjwg@gmail.com' ,
10- python_requires = '>=3.10 .0' ,
10+ python_requires = '>=3.12 .0' ,
1111 url = 'https://github.com/archlinuxcn/lilac' ,
1212 zip_safe = False ,
1313 packages = find_packages (exclude = ('tests' ,)) + ['nvchecker_source' ],
2626 classifiers = [
2727 'Programming Language :: Python' ,
2828 'Programming Language :: Python :: 3' ,
29- 'Programming Language :: Python :: 3.10' ,
30- 'Programming Language :: Python :: 3.11' ,
3129 'Programming Language :: Python :: 3.12' ,
30+ 'Programming Language :: Python :: 3.13' ,
3231 ],
3332)
You can’t perform that action at this time.
0 commit comments