@@ -11,13 +11,13 @@ jobs:
1111 runs-on : ubuntu-latest
1212 strategy :
1313 matrix :
14- python-version : ['3.9', '3.10', '3.11', '3.12']
14+ python-version : ['3.9', '3.10', '3.11', '3.12', '3.13' ]
1515
1616 steps :
1717 - uses : actions/checkout@v4
1818
1919 - name : Set up Python ${{ matrix.python-version }}
20- uses : actions/setup-python@v4
20+ uses : actions/setup-python@v5
2121 with :
2222 python-version : ${{ matrix.python-version }}
2323
@@ -39,13 +39,13 @@ jobs:
3939 runs-on : ubuntu-latest
4040 strategy :
4141 matrix :
42- python-version : ['3.9', '3.10', '3.11', '3.12']
42+ python-version : ['3.9', '3.10', '3.11', '3.12', '3.13' ]
4343
4444 steps :
4545 - uses : actions/checkout@v4
4646
4747 - name : Set up Python ${{ matrix.python-version }}
48- uses : actions/setup-python@v4
48+ uses : actions/setup-python@v5
4949 with :
5050 python-version : ${{ matrix.python-version }}
5151
8282 - uses : actions/checkout@v4
8383
8484 - name : Set up Python ${{ matrix.python-version }}
85- uses : actions/setup-python@v4
85+ uses : actions/setup-python@v5
8686 with :
8787 python-version : ${{ matrix.python-version }}
8888
@@ -137,13 +137,13 @@ jobs:
137137 runs-on : ubuntu-latest
138138 strategy :
139139 matrix :
140- python-version : ['3.9', '3.12 ']
140+ python-version : ['3.9', '3.13 ']
141141
142142 steps :
143143 - uses : actions/checkout@v4
144144
145145 - name : Set up Python ${{ matrix.python-version }}
146- uses : actions/setup-python@v4
146+ uses : actions/setup-python@v5
147147 with :
148148 python-version : ${{ matrix.python-version }}
149149
@@ -229,7 +229,7 @@ jobs:
229229 - uses : actions/checkout@v4
230230
231231 - name : Set up Python
232- uses : actions/setup-python@v4
232+ uses : actions/setup-python@v5
233233 with :
234234 python-version : ' 3.11'
235235
@@ -244,7 +244,7 @@ jobs:
244244 sphinx-build -nW -b html -d docs/_build/doctrees docs docs/_build/html
245245
246246 - name : Upload documentation artifacts
247- uses : actions/upload-artifact@v3
247+ uses : actions/upload-artifact@v4
248248 with :
249249 name : documentation
250250 path : docs/_build/html/
@@ -257,7 +257,7 @@ jobs:
257257 - uses : actions/checkout@v4
258258
259259 - name : Set up Python
260- uses : actions/setup-python@v4
260+ uses : actions/setup-python@v5
261261 with :
262262 python-version : ' 3.11'
263263
0 commit comments