Skip to content

Commit a9911d5

Browse files
committed
add pyproject.toml
1 parent a95a3c6 commit a9911d5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["setuptools"]
3+
build-backend = "setuptools.build_meta"

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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'],
@@ -26,8 +26,7 @@
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
)

0 commit comments

Comments
 (0)