You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: 'classifiers' should be a list, got type 'tuple'
error in simber setup command: 'python_requires' must be a string containing valid version specifiers; Invalid specifier: '>=3.*'
Bug report
Checklist
[x] I have searched for similar bugs in the issues.
[x] I will add the bug label to this issue.
Version Info
0.2.5
How Simber was installed?
It cannot be installed.
Description
This is currently blocking the build for
ytmdl
: chaotic-aur/packages#1595Setup fails because there's an invalid release specifier here:
simber/setup.py
Line 31 in b80cc11
This results in the following error in python-simber.log:
According to Python packaging guidelines the appropriate syntax is:
python_requires=">=3",
The text was updated successfully, but these errors were encountered: