File tree Expand file tree Collapse file tree 5 files changed +12
-10
lines changed Expand file tree Collapse file tree 5 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"template" : " https://github.com/ecmwf-projects/cookiecutter-conda-package" ,
3
- "commit" : " d7e6283cabfb764abba134ade577294ebb4af217 " ,
3
+ "commit" : " d8e38d412bfd81121857042e6b2b755b0bbac1c5 " ,
4
4
"checkout" : null ,
5
5
"context" : {
6
6
"cookiecutter" : {
12
12
"mypy_strict" : " True" ,
13
13
"integration_tests" : " False" ,
14
14
"pypi" : " false" ,
15
- "_template" : " https://github.com/ecmwf-projects/cookiecutter-conda-package"
15
+ "_template" : " https://github.com/ecmwf-projects/cookiecutter-conda-package" ,
16
+ "_commit" : " d8e38d412bfd81121857042e6b2b755b0bbac1c5"
16
17
}
17
18
},
18
19
"directory" : null
Original file line number Diff line number Diff line change 55
55
runs-on : ubuntu-latest
56
56
strategy :
57
57
matrix :
58
- python-version : ['3.11', '3.13 ']
58
+ python-version : ['3.11', '3.12 ']
59
59
60
60
steps :
61
61
- uses : actions/checkout@v5
@@ -103,7 +103,7 @@ jobs:
103
103
cache-environment-key : environment-${{ steps.date.outputs.date }}
104
104
cache-downloads-key : downloads-${{ steps.date.outputs.date }}
105
105
create-args : >-
106
- python=3.11
106
+ python=3.12
107
107
- name : Install package
108
108
run : |
109
109
python -m pip install --no-deps -e .
@@ -132,7 +132,7 @@ jobs:
132
132
cache-environment-key : environment-${{ steps.date.outputs.date }}
133
133
cache-downloads-key : downloads-${{ steps.date.outputs.date }}
134
134
create-args : >-
135
- python=3.11
135
+ python=3.12
136
136
- name : Install package
137
137
run : |
138
138
python -m pip install --no-deps -e .
@@ -149,7 +149,7 @@ jobs:
149
149
strategy :
150
150
matrix :
151
151
include :
152
- - python-version : ' 3.11 '
152
+ - python-version : ' 3.12 '
153
153
extra : -integration
154
154
155
155
steps :
@@ -191,7 +191,7 @@ jobs:
191
191
- uses : actions/checkout@v5
192
192
- uses : actions/setup-python@v5
193
193
with :
194
- python-version : ' 3.11 '
194
+ python-version : ' 3.12 '
195
195
- name : Install package
196
196
run : |
197
197
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ COPY . /src/cads-processing-api-service
4
4
5
5
WORKDIR /src/cads-processing-api-service
6
6
7
- RUN conda install -c conda-forge make gcc python=3.10 \
7
+ RUN conda install -c conda-forge make gcc python=3.12 \
8
8
&& make conda-env-update CONDAFLAGS="-n base"
9
9
10
10
RUN pip install --no-deps -e .
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ CADS Processing API service
11
11
12
12
## Workflow for developers/contributors
13
13
14
- For best experience create a new conda environment (e.g. DEVELOP) with Python 3.11 :
14
+ For best experience create a new conda environment (e.g. DEVELOP) with Python 3.12 :
15
15
16
16
```
17
- conda create -n DEVELOP -c conda-forge python=3.11
17
+ conda create -n DEVELOP -c conda-forge python=3.12
18
18
conda activate DEVELOP
19
19
```
20
20
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ classifiers = [
11
11
" Programming Language :: Python" ,
12
12
" Programming Language :: Python :: 3" ,
13
13
" Programming Language :: Python :: 3.11" ,
14
+ " Programming Language :: Python :: 3.12" ,
14
15
" Topic :: Scientific/Engineering"
15
16
]
16
17
dependencies = [
You can’t perform that action at this time.
0 commit comments