Skip to content

Commit 8d85536

Browse files
committed
change some setup stuff
1 parent 4d4839b commit 8d85536

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
keywords=['brawl stars, brawlstats, supercell'],
2626
packages=find_packages(),
2727
install_requires=requirements,
28-
python_requires='>=3.5',
28+
python_requires='>=3.5.3',
2929
project_urls={
3030
'Source Code': 'https://github.com/SharpBit/brawlstats',
3131
'Issue Tracker': 'https://github.com/SharpBit/brawlstats/issues',
@@ -39,7 +39,7 @@
3939
'Programming Language :: Python :: 3.5',
4040
'Programming Language :: Python :: 3.6',
4141
'Programming Language :: Python :: 3.7',
42-
'Programming Language :: Python :: Implementation :: CPython',
42+
'Programming Language :: Python :: 3.8',
4343
'Natural Language :: English'
4444
]
4545
)

0 commit comments

Comments
 (0)