We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d4839b commit 8d85536Copy full SHA for 8d85536
setup.py
@@ -25,7 +25,7 @@
25
keywords=['brawl stars, brawlstats, supercell'],
26
packages=find_packages(),
27
install_requires=requirements,
28
- python_requires='>=3.5',
+ python_requires='>=3.5.3',
29
project_urls={
30
'Source Code': 'https://github.com/SharpBit/brawlstats',
31
'Issue Tracker': 'https://github.com/SharpBit/brawlstats/issues',
@@ -39,7 +39,7 @@
39
'Programming Language :: Python :: 3.5',
40
'Programming Language :: Python :: 3.6',
41
'Programming Language :: Python :: 3.7',
42
- 'Programming Language :: Python :: Implementation :: CPython',
+ 'Programming Language :: Python :: 3.8',
43
'Natural Language :: English'
44
]
45
)
0 commit comments