Skip to content

Commit a472d6e

Browse files
Ahmad, SufianAhmad, Sufian
authored andcommitted
Tested python 3.12 and 3.13 - works.
1 parent ffa2057 commit a472d6e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

netapp_dataops_traditional/setup.cfg

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ classifiers =
1717
Programming Language :: Python :: 3.9
1818
Programming Language :: Python :: 3.10
1919
Programming Language :: Python :: 3.11
20+
Programming Language :: Python :: 3.12
21+
Programming Language :: Python :: 3.13
22+
2023
project_urls =
2124
Bug Tracker = https://github.com/NetApp/netapp-data-science-toolkit/issues
2225
Documentation = https://github.com/NetApp/netapp-data-science-toolkit/blob/main/README.md
@@ -36,4 +39,4 @@ install_requires =
3639
requests
3740
boto3
3841
pyyaml
39-
python_requires = >=3.8,<3.12
42+
python_requires = >=3.8,<3.14

0 commit comments

Comments
 (0)