Skip to content

Commit

Permalink
Updated project to state support from Python v3.6+
Browse files Browse the repository at this point in the history
  • Loading branch information
madpah committed Sep 3, 2021
1 parent daa12ba commit 619ee1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Paul Horton <phorton@sonatype.com>"]
license = "Apache-2.0"

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.6"
packageurl-python = "^0.9.4"
requirements_parser = "^0.2.0"
setuptools = "^50.3.2"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
'Programming Language :: Python :: 3'
],
packages=find_packages(),
python_requires='>=3.7',
python_requires='>=3.6',
package_data={
'cyclonedx': ['schema/*.json', 'schema/*.xsd', 'schema/ext/*.json', 'schema/ext/*.xsd']
},
Expand Down

0 comments on commit 619ee1d

Please sign in to comment.