File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ concurrency:
16
16
jobs :
17
17
build_wheels :
18
18
name : Build wheel
19
- runs-on : ubuntu-20 .04
19
+ runs-on : ubuntu-22 .04
20
20
21
21
steps :
22
22
- uses : actions/checkout@v4
23
23
24
24
- name : Set up Python
25
25
uses : actions/setup-python@v5
26
26
with :
27
- python-version : " 3.9 "
27
+ python-version : " 3.11 "
28
28
29
29
- name : Install dependencies
30
30
run : |
Original file line number Diff line number Diff line change 11
11
- name : Set up Python
12
12
uses : actions/setup-python@v5
13
13
with :
14
- python-version : 3.9
14
+ python-version : 3.11
15
15
16
16
- name : Install dependencies
17
17
run : |
34
34
- name : Set up Python
35
35
uses : actions/setup-python@v5
36
36
with :
37
- python-version : 3.9
37
+ python-version : 3.11
38
38
39
39
- name : Install dependencies
40
40
run : |
Original file line number Diff line number Diff line change 14
14
jobs :
15
15
publish_testpypi :
16
16
name : Publish distribution 📦 to TestPyPI
17
- runs-on : ubuntu-20 .04
17
+ runs-on : ubuntu-22 .04
18
18
steps :
19
19
- name : Download wheels from commit ${{ github.sha }}
20
20
uses : dawidd6/action-download-artifact@v6
35
35
publish_pypi :
36
36
name : Publish distribution 📦 to PyPI
37
37
needs : publish_testpypi
38
- runs-on : ubuntu-20 .04
38
+ runs-on : ubuntu-22 .04
39
39
steps :
40
40
- name : Download wheels from commit ${{ github.sha }}
41
41
uses : dawidd6/action-download-artifact@v6
Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v4
14
14
- uses : actions/setup-python@v5
15
15
with :
16
- python-version : " 3.9 "
16
+ python-version : " 3.11 "
17
17
- run : |
18
18
grep -RIl 'MyAssetManager' | xargs sed -i 's/MyAssetManager/RenamedAssetManager/g'
19
19
grep -RIl 'my_asset_manager' | xargs sed -i 's/my_asset_manager/renamed_asset_manager/g'
33
33
fail-fast : false
34
34
matrix :
35
35
os : ["windows-latest", "ubuntu-latest", "macos-13"]
36
- python : ["3.7 ", "3.9", "3.10 "]
36
+ python : ["3.10 ", "3.11 "]
37
37
steps :
38
38
- uses : actions/checkout@v4
39
39
- uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 4
4
[project ]
5
5
name = " my_asset_manager"
6
6
version = " 1.0.0"
7
- requires-python = " >=3.7 "
7
+ requires-python = " >=3.10 "
8
8
dependencies = [
9
9
" openassetio>=1.0.0b1.rev0" ,
10
10
" openassetio-mediacreation >= 1.0.0a9"
You can’t perform that action at this time.
0 commit comments