Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python version classifiers disagree with CI test matrix #438

Open
doolio opened this issue Sep 11, 2023 · 1 comment
Open

Python version classifiers disagree with CI test matrix #438

doolio opened this issue Sep 11, 2023 · 1 comment

Comments

@doolio
Copy link
Contributor

doolio commented Sep 11, 2023

'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',

'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',

'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',

'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',

'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',

'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',

'Programming Language :: Python :: 3 :: Only',

Considering your CI tests against python3.7 to python3.11

python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']

should the above classifiers be updated to reflect this CI test matrix?

@doolio doolio changed the title Should the same versions of python not be supported? Python version classifiers disagree with CI test matrix Sep 11, 2023
@doolio
Copy link
Contributor Author

doolio commented Sep 11, 2023

p.args = args # TODO: remove after Python 2 deprecation.

# For Python 2
from backports.shutil_which import which as _which

https://github.com/romanz/trezor-agent/blob/master/doc/INSTALL.md#7-installation-troubleshooting also mentions Python2.7.

Could also be looked at again when considering this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant