File tree 5 files changed +8
-9
lines changed
5 files changed +8
-9
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" : " 6b3d4f841901cf814dbc4fe113a447794b548756 " ,
3
+ "commit" : " c6665306749b5dd3b4ec0fdcf1cb31d18fe23511 " ,
4
4
"checkout" : null ,
5
5
"context" : {
6
6
"cookiecutter" : {
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.10', '3. 11']
58
+ python-version : ['3.11']
59
59
60
60
steps :
61
61
- uses : actions/checkout@v4
@@ -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.10
106
+ python=3.11
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.10
135
+ python=3.11
136
136
- name : Install package
137
137
run : |
138
138
python -m pip install --no-deps -e .
@@ -193,7 +193,7 @@ jobs:
193
193
- uses : actions/checkout@v4
194
194
- uses : actions/setup-python@v4
195
195
with :
196
- python-version : ' 3.10 '
196
+ python-version : ' 3.11 '
197
197
- name : Install package
198
198
run : |
199
199
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ WORKDIR /src/ogc-api-processes-fastapi
4
4
5
5
COPY environment.yml /src/ogc-api-processes-fastapi/
6
6
7
- RUN conda install -c conda-forge gcc python=3.10 \
7
+ RUN conda install -c conda-forge gcc python=3.11 \
8
8
&& conda env update -n base -f environment.yml
9
9
10
10
COPY . /src/ogc-api-processes-fastapi
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ OGC API Processes service based on FastAPI
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.10 :
14
+ For best experience create a new conda environment (e.g. DEVELOP) with Python 3.11 :
15
15
16
16
```
17
- conda create -n DEVELOP -c conda-forge python=3.10
17
+ conda create -n DEVELOP -c conda-forge python=3.11
18
18
conda activate DEVELOP
19
19
```
20
20
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ classifiers = [
9
9
" Operating System :: OS Independent" ,
10
10
" Programming Language :: Python" ,
11
11
" Programming Language :: Python :: 3" ,
12
- " Programming Language :: Python :: 3.10" ,
13
12
" Programming Language :: Python :: 3.11" ,
14
13
" Topic :: Scientific/Engineering"
15
14
]
You can’t perform that action at this time.
0 commit comments