Skip to content

Commit 29f0821

Browse files
Augustin-Zidekcopybara-github
authored andcommitted
Remove declaration of support for Python 3.6/3.7 and add 3.11/3.12
PiperOrigin-RevId: 794552914 Change-Id: Ie3b904a1385801fc900a64e2934092022559dc6e
1 parent 79a0210 commit 29f0821

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@
5050
'Intended Audience :: Science/Research',
5151
'License :: OSI Approved :: Apache Software License',
5252
'Operating System :: POSIX :: Linux',
53-
'Programming Language :: Python :: 3.6',
54-
'Programming Language :: Python :: 3.7',
5553
'Programming Language :: Python :: 3.8',
5654
'Programming Language :: Python :: 3.9',
5755
'Programming Language :: Python :: 3.10',
56+
'Programming Language :: Python :: 3.11',
57+
'Programming Language :: Python :: 3.12',
5858
'Topic :: Scientific/Engineering :: Artificial Intelligence',
5959
],
6060
)

0 commit comments

Comments
 (0)