We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93cfc6a commit ecec7a3Copy full SHA for ecec7a3
setup.py
@@ -18,7 +18,7 @@
18
author_email = "[email protected]",
19
url = "https://github.com/Wonderfall/apychal",
20
license = "Public Domain",
21
- version = "1.11.0",
+ version = "1.12.0",
22
keywords = ['tournaments', 'challonge'],
23
packages = find_packages(),
24
platforms=['any'],
@@ -29,7 +29,9 @@
29
'Operating System :: OS Independent',
30
'Programming Language :: Python :: 3.6',
31
'Programming Language :: Python :: 3.7',
32
- 'Programming Language :: Python :: 3.8'
+ 'Programming Language :: Python :: 3.8',
33
+ 'Programming Language :: Python :: 3.9',
34
+ 'Programming Language :: Python :: 3.10'
35
],
36
install_requires = requirements
37
)
0 commit comments