@@ -18,10 +18,10 @@ jobs:
1818 - name : Checkout
1919 uses : actions/checkout@v4
2020
21- - name : Setup Python 3.10
21+ - name : Setup Python 3.11
2222 uses : actions/setup-python@v5
2323 with :
24- python-version : " 3.10 "
24+ python-version : " 3.11 "
2525
2626 - name : Run check-manifest
2727 uses :
pre-commit/[email protected] @@ -35,10 +35,10 @@ jobs:
3535 - name : Checkout
3636 uses : actions/checkout@v4
3737
38- - name : Setup Python 3.10
38+ - name : Setup Python 3.11
3939 uses : actions/setup-python@v5
4040 with :
41- python-version : " 3.10 "
41+ python-version : " 3.11 "
4242
4343 - name : Run pre-commit
4444 uses :
pre-commit/[email protected] @@ -57,17 +57,17 @@ jobs:
5757 brew install bash
5858 /opt/homebrew/bin/bash --version
5959
60- - name : Setup Python 3.10
60+ - name : Setup Python 3.11
6161 uses : actions/setup-python@v5
6262 with :
63- python-version : " 3.10 "
63+ python-version : " 3.11 "
6464
6565 - name : Use numba cache to set env variables but not restore cache
6666 uses : ./.github/actions/numba_cache
6767 with :
6868 cache_name : " run-notebook-examples"
6969 runner_os : ${{ runner.os }}
70- python_version : " 3.10 "
70+ python_version : " 3.11 "
7171 restore_cache : " false"
7272
7373 - uses : ./.github/actions/cpu_all_extras
@@ -92,10 +92,10 @@ jobs:
9292 - name : Checkout
9393 uses : actions/checkout@v4
9494
95- - name : Setup Python 3.10
95+ - name : Setup Python 3.11
9696 uses : actions/setup-python@v5
9797 with :
98- python-version : " 3.10 "
98+ python-version : " 3.11 "
9999
100100 - name : Install aeon and dependencies
101101 uses : nick-fields/retry@v3
@@ -117,17 +117,17 @@ jobs:
117117 - name : Checkout
118118 uses : actions/checkout@v4
119119
120- - name : Setup Python 3.10
120+ - name : Setup Python 3.11
121121 uses : actions/setup-python@v5
122122 with :
123- python-version : " 3.10 "
123+ python-version : " 3.11 "
124124
125125 - name : Use numba cache to set env variables but not restore cache
126126 uses : ./.github/actions/numba_cache
127127 with :
128128 cache_name : " test-no-soft-deps"
129129 runner_os : ${{ runner.os }}
130- python_version : " 3.10 "
130+ python_version : " 3.11 "
131131 restore_cache : " false"
132132
133133 - name : Install aeon and dependencies
@@ -157,7 +157,7 @@ jobs:
157157 fail-fast : false
158158 matrix :
159159 os : [ ubuntu-24.04, macOS-14, windows-2022 ]
160- python-version : [ "3.9", "3.10", "3.11", "3.12" ]
160+ python-version : [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
161161
162162 steps :
163163 - name : Checkout
@@ -184,6 +184,7 @@ jobs:
184184
185185 - uses : ./.github/actions/cpu_all_extras
186186 with :
187+ python_version : ${{ matrix.python-version }}
187188 additional_extras : " dev"
188189
189190 - name : Show dependencies
@@ -206,10 +207,10 @@ jobs:
206207 - name : Checkout
207208 uses : actions/checkout@v4
208209
209- - name : Setup Python 3.10
210+ - name : Setup Python 3.11
210211 uses : actions/setup-python@v5
211212 with :
212- python-version : " 3.10 "
213+ python-version : " 3.11 "
213214
214215 - name : Disable Numba JIT
215216 run : echo "NUMBA_DISABLE_JIT=1" >> $GITHUB_ENV
0 commit comments