@@ -24,11 +24,11 @@ jobs:
2424 matrix :
2525 include :
2626 - tox-environment : py311
27- python-version : " 3.11.12 "
27+ python-version : " 3.11.11 "
2828 - tox-environment : py312
29- python-version : " 3.12.10 "
29+ python-version : " 3.12.9 "
3030 - tox-environment : py313
31- python-version : " 3.13.3 "
31+ python-version : " 3.13.2 "
3232
3333 # The job contains several steps: 1) checking out the repository, 2) installing the Python project management tool uv, 3) installing the correct
3434 # Python version, 4) setting up the test environment by installing Zennit and its dependencies, and finally 5) running the unit tests
6666 with :
6767 version : 0.6.14
6868 - name : Install Python
69- run : uv python install 3.13.3
69+ run : uv python install 3.13.2
7070 - name : Install Zennit and its Dependencies
7171 run : uv sync --dev
7272 - name : Run PyLint Linter
9090 with :
9191 version : 0.6.14
9292 - name : Install Python
93- run : uv python install 3.13.3
93+ run : uv python install 3.13.2
9494 - name : Install Zennit and its Dependencies
9595 run : uv sync --dev
9696 - name : Run PyCodeStyle
@@ -114,7 +114,7 @@ jobs:
114114 with :
115115 version : 0.6.14
116116 - name : Install Python
117- run : uv python install 3.13.3
117+ run : uv python install 3.13.2
118118 - name : Install Zennit and its Dependencies
119119 run : uv sync --dev
120120 - name : Run PyDocLint
@@ -141,7 +141,7 @@ jobs:
141141 with :
142142 version : 0.6.14
143143 - name : Install Python
144- run : uv python install 3.13.3
144+ run : uv python install 3.13.2
145145 - name : Install TeX Live for Pybtex and Pandoc for nbsphinx
146146 run : sudo apt-get update -y && sudo apt-get install -y texlive texlive-latex-extra dvipng pandoc
147147 - name : Build Documentation
0 commit comments