mirror of https://github.com/scrapy/scrapy.git
Add a classifier for Python 3.11.
This commit is contained in:
parent
1b11f70cc0
commit
92f2d75ed3
1
setup.py
1
setup.py
|
|
@ -83,6 +83,7 @@ setup(
|
|||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: 3.9',
|
||||
'Programming Language :: Python :: 3.10',
|
||||
'Programming Language :: Python :: 3.11',
|
||||
'Programming Language :: Python :: Implementation :: CPython',
|
||||
'Programming Language :: Python :: Implementation :: PyPy',
|
||||
'Topic :: Internet :: WWW/HTTP',
|
||||
|
|
|
|||
Loading…
Reference in New Issue