-
Notifications
You must be signed in to change notification settings - Fork 360
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes for deployment and CI tests (#4948)
- Loading branch information
1 parent
9869a61
commit 9d4e13c
Showing
2 changed files
with
4 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ export LDFLAGS="-L/usr/local/lib -L/usr/local/opt/gettext/lib ${LDFLAGS}"; | |
export CPPFLAGS="-I/usr/local/opt/[email protected]/include ${CPPFLAGS}"; | ||
export LDFLAGS="-L/usr/local/opt/[email protected]/lib ${LDFLAGS}"; | ||
|
||
# Set the following environment variables to ensure tox can find Python 3.12. | ||
export PATH="/usr/local/opt/python@3.12/bin:${PATH}"; | ||
# Set the following environment variables to ensure tox can find Python 3.13. | ||
export PATH="/usr/local/opt/python@3.13/bin:${PATH}"; | ||
|
||
tox -e py312 | ||
tox -e py313 |
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