Skip to content

Commit

Permalink
Update supported Python versions
Browse files Browse the repository at this point in the history
Needs Python >= 3.10 as PEP 604 syntax is used extensively
  • Loading branch information
yan12125 committed Feb 4, 2024
1 parent 0f39bc0 commit 53523d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
description = 'The build bot for archlinuxcn',
author = 'lilydjwg',
author_email = '[email protected]',
python_requires = '>=3.7.0',
python_requires = '>=3.10.0',
url = 'https://github.com/archlinuxcn/lilac',
zip_safe = False,
packages = find_packages(exclude=('tests',)) + ['nvchecker_source'],
Expand All @@ -25,7 +25,8 @@
classifiers = [
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
],
)

0 comments on commit 53523d3

Please sign in to comment.