-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: moving from deprecated pkg_resources API, bumping requireme…
…nts, adding 3.12 and 3.13 support (#87) * build: running edgetest on edgetest * ci: adding 3.12 and 3.13 to our build matrices * test: fixing warning from pytest about our core class * refactor: removing use of deprecated pkg_resources API and moving towards packaging * build: adding 3.12 and 3.13 classifiers to pyproject.toml * chore: bumping version * ci: removing 3.13 support since it doesn't seem well-adopted at the moment * test: moving up the pins for integration test packages since the older versions don't support Python 3.12
- Loading branch information
Showing
9 changed files
with
64 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
# This file was autogenerated by uv via the following command: | ||
# uv pip compile -o requirements.txt pyproject.toml | ||
# uv pip compile --output-file=requirements.txt pyproject.toml | ||
cerberus==1.3.5 | ||
# via edgetest (pyproject.toml) | ||
click==8.1.7 | ||
# via edgetest (pyproject.toml) | ||
packaging==24.0 | ||
packaging==24.1 | ||
# via edgetest (pyproject.toml) | ||
pluggy==1.4.0 | ||
pluggy==1.5.0 | ||
# via edgetest (pyproject.toml) | ||
tabulate==0.9.0 | ||
# via edgetest (pyproject.toml) | ||
tomlkit==0.11.4 | ||
# via edgetest (pyproject.toml) | ||
uv==0.2.28 | ||
uv==0.4.26 | ||
# via edgetest (pyproject.toml) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters