Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

19 pkg resources deprecation warning #165

Draft
wants to merge 11 commits into
base: dev
Choose a base branch
from
Prev Previous commit
Next Next commit
chore: Specify py version in project toml
r-leyshon committed Oct 5, 2023
commit 069645984ef6c98350d2f6aecbe790ed78d0cce7
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ classifiers = [
"Operating System :: MacOS",
"Topic :: Scientific/Engineering :: GIS",
]
requires-python = "==3.11.0"
requires-python = "==3.11.6"
version = "0.0.1"

[tool.setuptools.packages.find]