Skip to content

Commit

Permalink
Add setuptools to requirements.txt
Browse files Browse the repository at this point in the history
CI Python version is now 3.12. It needs `setuptools`:

From https://docs.python.org/3/whatsnew/3.12.html
> gh-95299: Do not pre-install setuptools in virtual environments created with venv. This means that distutils, setuptools, pkg_resources, and easy_install will no longer available by default; to access these run pip install setuptools in the activated virtual environment
  • Loading branch information
dhalbert authored Oct 29, 2023
1 parent 34ceca1 commit a866c9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
circuitpython-build-tools
setuptools

0 comments on commit a866c9e

Please sign in to comment.