We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa2057 commit a472d6eCopy full SHA for a472d6e
1 file changed
netapp_dataops_traditional/setup.cfg
@@ -17,6 +17,9 @@ classifiers =
17
Programming Language :: Python :: 3.9
18
Programming Language :: Python :: 3.10
19
Programming Language :: Python :: 3.11
20
+ Programming Language :: Python :: 3.12
21
+ Programming Language :: Python :: 3.13
22
+
23
project_urls =
24
Bug Tracker = https://github.com/NetApp/netapp-data-science-toolkit/issues
25
Documentation = https://github.com/NetApp/netapp-data-science-toolkit/blob/main/README.md
@@ -36,4 +39,4 @@ install_requires =
36
39
requests
37
40
boto3
38
41
pyyaml
-python_requires = >=3.8,<3.12
42
+python_requires = >=3.8,<3.14
0 commit comments