Skip to content

Commit 2f4917b

Browse files
committed
Correction: Supported Python version in setup.py
1 parent 75041e5 commit 2f4917b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
'Programming Language :: Python :: 3'
3030
],
3131
packages=find_packages(),
32-
python_requires='>=3.6',
32+
python_requires='>=3.9',
3333
package_data={
3434
'cyclonedx': ['schema/*.json', 'schema/*.xsd', 'schema/ext/*.json', 'schema/ext/*.xsd']
3535
},

0 commit comments

Comments
 (0)