Skip to content

Commit

Permalink
chore: update py3 support list
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
chenrui333 committed Nov 23, 2023

Verified

This commit was signed with the committer’s verified signature.
stgraber Stéphane Graber
1 parent 4cc250c commit a0bee35
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -158,10 +158,11 @@ def finalize_options(self):
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: Implementation',
'Programming Language :: Python :: Implementation :: CPython',

0 comments on commit a0bee35

Please sign in to comment.