Skip to content

Commit

Permalink
Add requires-python >= 3.9
Browse files Browse the repository at this point in the history
This is in response to #114, which requires importlib.resources.files.
  • Loading branch information
pwaller committed Sep 11, 2023
1 parent 1c96ad9 commit 9928e16
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
@@ -1,3 +1,4 @@
[build-system]
requires = ["setuptools>=68.0.0"]
build-backend = "setuptools.build_meta:__legacy__"
requires-python = ">=3.9"
build-backend = "setuptools.build_meta:__legacy__"

0 comments on commit 9928e16

Please sign in to comment.