Skip to content

Commit

Permalink
Merge pull request #69 from octodns/py-3-12
Browse files Browse the repository at this point in the history
Python 3.12 tooling updates
  • Loading branch information
ross committed Oct 10, 2023
2 parents cdd3ab6 + 944bd17 commit f728fae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,7 @@ readme-renderer==42.0
requests-toolbelt==1.0.0
rfc3986==2.0.0
rich==13.6.0
setuptools==68.2.2
twine==4.0.2
wheel==0.41.2
zipp==3.17.0
1 change: 1 addition & 0 deletions script/cibuild-setup-py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ echo "## create test venv ######################################################
TMP_DIR=$(mktemp -d -t ci-XXXXXXXXXX)
python3 -m venv $TMP_DIR
. "$TMP_DIR/bin/activate"
pip install setuptools
echo "## environment & versions ######################################################"
python --version
pip --version
Expand Down

0 comments on commit f728fae

Please sign in to comment.