Skip to content

Commit a866c9e

Browse files
authored
Add setuptools to requirements.txt
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
1 parent 34ceca1 commit a866c9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
circuitpython-build-tools
2+
setuptools

0 commit comments

Comments
 (0)