-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop support for Python 3.8, add support for Python 3.13 (#383)
This PR makes the following changes: * Drop support for Python 3.8, which is [EOL](https://devguide.python.org/versions/). * Add CI build for Python 3.13. * Refresh dependencies. I tested this PR by launching and destroying a cluster. Fixes #380.
- Loading branch information
Showing
11 changed files
with
132 additions
and
125 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,102 +1,102 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# This file is autogenerated by pip-compile with Python 3.9 | ||
# by the following command: | ||
# | ||
# pip-compile --output-file=requirements/developer.pip requirements/developer.in | ||
# | ||
-e file:.#egg=Flintrock | ||
# via -r requirements/user.pip | ||
bcrypt==4.1.2 | ||
# via -r /Users/nicholaschammas/Projects/nchammas/flintrock/requirements/user.pip | ||
bcrypt==4.2.1 | ||
# via | ||
# -r requirements/user.pip | ||
# -r /Users/nicholaschammas/Projects/nchammas/flintrock/requirements/user.pip | ||
# paramiko | ||
boto3==1.29.4 | ||
# via | ||
# -r requirements/user.pip | ||
# -r /Users/nicholaschammas/Projects/nchammas/flintrock/requirements/user.pip | ||
# flintrock | ||
botocore==1.32.4 | ||
# via | ||
# -r requirements/user.pip | ||
# -r /Users/nicholaschammas/Projects/nchammas/flintrock/requirements/user.pip | ||
# boto3 | ||
# flintrock | ||
# s3transfer | ||
cffi==1.16.0 | ||
cffi==1.17.1 | ||
# via | ||
# -r requirements/user.pip | ||
# -r /Users/nicholaschammas/Projects/nchammas/flintrock/requirements/user.pip | ||
# cryptography | ||
# pynacl | ||
click==8.1.7 | ||
# via | ||
# -r requirements/user.pip | ||
# -r /Users/nicholaschammas/Projects/nchammas/flintrock/requirements/user.pip | ||
# flintrock | ||
coverage[toml]==7.4.3 | ||
coverage[toml]==7.6.9 | ||
# via | ||
# coverage | ||
# pytest-cov | ||
cryptography==42.0.5 | ||
cryptography==44.0.0 | ||
# via | ||
# -r requirements/user.pip | ||
# -r /Users/nicholaschammas/Projects/nchammas/flintrock/requirements/user.pip | ||
# paramiko | ||
exceptiongroup==1.2.0 | ||
exceptiongroup==1.2.2 | ||
# via pytest | ||
flake8==6.1.0 | ||
# via -r requirements/developer.in | ||
iniconfig==2.0.0 | ||
# via pytest | ||
jmespath==1.0.1 | ||
# via | ||
# -r requirements/user.pip | ||
# -r /Users/nicholaschammas/Projects/nchammas/flintrock/requirements/user.pip | ||
# boto3 | ||
# botocore | ||
mccabe==0.7.0 | ||
# via flake8 | ||
packaging==23.2 | ||
packaging==24.2 | ||
# via pytest | ||
paramiko==3.4.0 | ||
# via | ||
# -r requirements/user.pip | ||
# -r /Users/nicholaschammas/Projects/nchammas/flintrock/requirements/user.pip | ||
# flintrock | ||
pluggy==1.4.0 | ||
pluggy==1.5.0 | ||
# via pytest | ||
pycodestyle==2.11.1 | ||
# via flake8 | ||
pycparser==2.21 | ||
pycparser==2.22 | ||
# via | ||
# -r requirements/user.pip | ||
# -r /Users/nicholaschammas/Projects/nchammas/flintrock/requirements/user.pip | ||
# cffi | ||
pyflakes==3.1.0 | ||
# via flake8 | ||
pynacl==1.5.0 | ||
# via | ||
# -r requirements/user.pip | ||
# -r /Users/nicholaschammas/Projects/nchammas/flintrock/requirements/user.pip | ||
# paramiko | ||
pytest==8.0.1 | ||
pytest==8.3.4 | ||
# via | ||
# -r requirements/developer.in | ||
# pytest-cov | ||
pytest-cov==4.1.0 | ||
pytest-cov==6.0.0 | ||
# via -r requirements/developer.in | ||
python-dateutil==2.8.2 | ||
python-dateutil==2.9.0.post0 | ||
# via | ||
# -r requirements/user.pip | ||
# -r /Users/nicholaschammas/Projects/nchammas/flintrock/requirements/user.pip | ||
# botocore | ||
pyyaml==6.0.1 | ||
pyyaml==6.0.2 | ||
# via | ||
# -r requirements/user.pip | ||
# -r /Users/nicholaschammas/Projects/nchammas/flintrock/requirements/user.pip | ||
# flintrock | ||
s3transfer==0.7.0 | ||
# via | ||
# -r requirements/user.pip | ||
# -r /Users/nicholaschammas/Projects/nchammas/flintrock/requirements/user.pip | ||
# boto3 | ||
six==1.16.0 | ||
six==1.17.0 | ||
# via | ||
# -r requirements/user.pip | ||
# -r /Users/nicholaschammas/Projects/nchammas/flintrock/requirements/user.pip | ||
# python-dateutil | ||
tomli==2.0.1 | ||
tomli==2.2.1 | ||
# via | ||
# coverage | ||
# pytest | ||
urllib3==1.26.18 | ||
urllib3==1.26.20 | ||
# via | ||
# -r requirements/user.pip | ||
# -r /Users/nicholaschammas/Projects/nchammas/flintrock/requirements/user.pip | ||
# botocore |
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,5 +1,5 @@ | ||
-r developer.pip | ||
wheel >= 0.31.0 | ||
twine == 4.0.2 | ||
PyInstaller == 6.2.0 | ||
PyInstaller == 6.11.1 | ||
build >= 1.0.3, < 2.0.0 |
Oops, something went wrong.