Skip to content

Commit

Permalink
Re-add support for Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrossard committed Nov 27, 2022
1 parent b1514e2 commit eee0469
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "maturin"

[project]
name = "cmsis-pack-manager"
requires-python = ">=3.7"
requires-python = ">=3.6"
dependencies = [
"appdirs>=1.4,<2.0",
"cffi",
Expand All @@ -30,6 +30,7 @@ classifiers = [
"Operating System :: POSIX",
"Operating System :: Unix",
"Programming Language :: Python",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit eee0469

Please sign in to comment.