Skip to content

Commit 619ee1d

Browse files
committed
Updated project to state support from Python v3.6+
1 parent daa12ba commit 619ee1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Paul Horton <[email protected]>"]
66
license = "Apache-2.0"
77

88
[tool.poetry.dependencies]
9-
python = "^3.7"
9+
python = "^3.6"
1010
packageurl-python = "^0.9.4"
1111
requirements_parser = "^0.2.0"
1212
setuptools = "^50.3.2"

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.7',
32+
python_requires='>=3.6',
3333
package_data={
3434
'cyclonedx': ['schema/*.json', 'schema/*.xsd', 'schema/ext/*.json', 'schema/ext/*.xsd']
3535
},

0 commit comments

Comments
 (0)