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

check-python-versions --add ... drops the Python :: 3 :: Only classifier #32

Open
mgedmin opened this issue Oct 15, 2021 · 0 comments
Open
Labels
bug Something isn't working

Comments

@mgedmin
Copy link
Owner

mgedmin commented Oct 15, 2021

Steps to reproduce:

  1. git clone https://github.com/mgedmin/check-manifest
  2. git checkout 61023f599d5bbdb2b5b7ff2e9404f0e40ca170f7
  3. check-python-versions --add 3.10 --diff

Expected:

  • adds 3.10, doesn't touch anything else

Actual:

--- ./setup.py	(original)
+++ ./setup.py	(updated)
@@ -44,11 +44,11 @@
         'Operating System :: OS Independent',
         'Programming Language :: Python',
         'Programming Language :: Python :: 3',
-        'Programming Language :: Python :: 3 :: Only',
         'Programming Language :: Python :: 3.6',
         'Programming Language :: Python :: 3.7',
         'Programming Language :: Python :: 3.8',
         'Programming Language :: Python :: 3.9',
+        'Programming Language :: Python :: 3.10',
         'Programming Language :: Python :: Implementation :: CPython',
         'Programming Language :: Python :: Implementation :: PyPy',
     ],
@mgedmin mgedmin added the bug Something isn't working label Oct 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant