@@ -22,18 +22,18 @@ jobs:
2222 pre-commit :
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v3
26- - uses : actions/setup-python@v4
25+ - uses : actions/checkout@v4
26+ - uses : actions/setup-python@v5
2727 with :
2828 python-version : 3.x
29- - uses : pre-commit/action@v3.0.0
29+ - uses : pre-commit/action@v3.0.1
3030
3131 unit-tests :
32- name : unit-tests (3.12 )
32+ name : unit-tests (3.14 )
3333 runs-on : ubuntu-latest
3434
3535 steps :
36- - uses : actions/checkout@v3
36+ - uses : actions/checkout@v4
3737 - name : Install Conda environment with Micromamba
3838 uses : mamba-org/setup-micromamba@v1
3939 with :
4242 channels : conda-forge
4343 cache-env : true
4444 create-args : |
45- python=3.12
45+ python=3.14
4646 - name : Install package
4747 run : |
4848 python -m pip install --no-deps -e .
5555 runs-on : ubuntu-latest
5656
5757 steps :
58- - uses : actions/checkout@v3
58+ - uses : actions/checkout@v4
5959 - name : Install Conda environment with Micromamba
6060 uses : mamba-org/setup-micromamba@v1
6161 with :
@@ -79,11 +79,11 @@ jobs:
7979 strategy :
8080 matrix :
8181 include :
82- - python-version : ' 3.12 '
82+ - python-version : ' 3.14 '
8383 extra : -minver
8484
8585 steps :
86- - uses : actions/checkout@v3
86+ - uses : actions/checkout@v4
8787 - name : Install Conda environment with Micromamba
8888 uses : mamba-org/setup-micromamba@v1
8989 with :
@@ -105,7 +105,7 @@ jobs:
105105 needs : [integration-tests, docs-build]
106106
107107 steps :
108- - uses : actions/checkout@v3
108+ - uses : actions/checkout@v4
109109 - name : Build distributions
110110 run : |
111111 $CONDA/bin/python -m pip install build
0 commit comments