Skip to content

Commit

Permalink
chore: drop support for Python 3.6 (part 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed Jan 29, 2023
1 parent a8a1b10 commit bfa8de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers =
package_dir =
= src
packages = find:
python_requires = >=3.6
python_requires = >=3.7
install_requires =

[options.packages.find]
Expand Down

0 comments on commit bfa8de1

Please sign in to comment.