File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
strategy :
9
9
matrix :
10
- python-version : [3.10.2 ]
10
+ python-version : [3.12 ]
11
11
12
12
steps :
13
13
# Checkout code and install miniconda + environment
Original file line number Diff line number Diff line change 16
16
- name : Set up Python
17
17
uses : actions/setup-python@v4
18
18
with :
19
- python-version : " 3.10 "
19
+ python-version : " 3.12 "
20
20
- name : Install dependencies
21
21
run : |
22
22
python -m pip install --upgrade pip
34
34
- name : Set up Python
35
35
uses : actions/setup-python@v4
36
36
with :
37
- python-version : " 3.10 "
37
+ python-version : " 3.12 "
38
38
- name : Install dependencies
39
39
run : |
40
40
python -m pip install --upgrade pip
51
51
- name : Set up Python
52
52
uses : actions/setup-python@v4
53
53
with :
54
- python-version : " 3.10 "
54
+ python-version : " 3.12 "
55
55
- name : Install dependencies
56
56
run : |
57
57
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
- uses : actions/checkout@v4
12
12
name : Check out source-code repository
13
13
14
- - name : Set up Python 3.10
14
+ - name : Set up Python 3.12
15
15
uses : actions/setup-python@v4
16
16
with :
17
- python-version : 3.10.10
17
+ python-version : 3.12
18
18
19
19
- name : Install python dependencies
20
20
run : |
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
strategy :
13
13
matrix :
14
- python-version : [3.10.2 ]
14
+ python-version : [3.12 ]
15
15
16
16
steps :
17
17
# Checkout code and install miniconda + environment
Original file line number Diff line number Diff line change 30
30
31
31
url = "https://github.com/remiolsen/anglerfish" ,
32
32
license = "MIT" ,
33
- python_requires = ">=3.10 " ,
33
+ python_requires = ">=3.12 " ,
34
34
packages = find_packages (),
35
35
package_data = {"" : ["config/adaptors.yaml" ]},
36
36
# Read requirements.txt
You can’t perform that action at this time.
0 commit comments