Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update python version to 3.13 #457

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:
export PATH="$HOME/texlive/$TEXLIVE_VERSION/bin/x86_64-linux:$PATH"
tlmgr install --with-doc tex-overview

mkdir -p $HOME/.local/share/fonts
curl -LO https://www.wfonts.com/download/data/2014/06/05/comic-sans-ms/comic-sans-ms.zip
unzip comic-sans-ms.zip -d $HOME/.local/share/fonts
rm comic-sans-ms.zip
fc-cache
fc-list 'Comic Sans MS' | grep Comic


# generate the lualatex font cache, otherwise it is done in parallel when calling make
luaotfload-tool --update --force

Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: toolbox
channels:
- conda-forge
dependencies:
- python=3.12
- python=3.13
- pip
- matplotlib
- numpy>=2.0
Expand Down
1 change: 1 addition & 0 deletions tex-packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ pdfcrop
pdflscape
pgfopts
placeins
scrhack
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See discussion in #454
We could address both at the same time?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tried to find that comment.
We could address it here, to fix the CI.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Currently the issue seems to be:
floatbytocbasic
My main point was more: where do we need scrhack?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah never mind - found the header dependency in an earlier failed build.
Do we rely on it anywhere else?

siunitx
standalone
standalone
Expand Down
Loading