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:
1616jobs :
1717 build_wheels :
1818 name : Build wheel
19- runs-on : ubuntu-20 .04
19+ runs-on : ubuntu-22 .04
2020
2121 steps :
2222 - uses : actions/checkout@v4
2323
2424 - name : Set up Python
2525 uses : actions/setup-python@v5
2626 with :
27- python-version : " 3.9 "
27+ python-version : " 3.11 "
2828
2929 - name : Install dependencies
3030 run : |
Original file line number Diff line number Diff line change 1111 - name : Set up Python
1212 uses : actions/setup-python@v5
1313 with :
14- python-version : 3.9
14+ python-version : 3.11
1515
1616 - name : Install dependencies
1717 run : |
3434 - name : Set up Python
3535 uses : actions/setup-python@v5
3636 with :
37- python-version : 3.9
37+ python-version : 3.11
3838
3939 - name : Install dependencies
4040 run : |
Original file line number Diff line number Diff line change 1414jobs :
1515 publish_testpypi :
1616 name : Publish distribution 📦 to TestPyPI
17- runs-on : ubuntu-20 .04
17+ runs-on : ubuntu-22 .04
1818 steps :
1919 - name : Download wheels from commit ${{ github.sha }}
2020 uses : dawidd6/action-download-artifact@v6
3535 publish_pypi :
3636 name : Publish distribution 📦 to PyPI
3737 needs : publish_testpypi
38- runs-on : ubuntu-20 .04
38+ runs-on : ubuntu-22 .04
3939 steps :
4040 - name : Download wheels from commit ${{ github.sha }}
4141 uses : dawidd6/action-download-artifact@v6
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v4
1414 - uses : actions/setup-python@v5
1515 with :
16- python-version : " 3.9 "
16+ python-version : " 3.11 "
1717 - run : |
1818 grep -RIl 'MyAssetManager' | xargs sed -i 's/MyAssetManager/RenamedAssetManager/g'
1919 grep -RIl 'my_asset_manager' | xargs sed -i 's/my_asset_manager/renamed_asset_manager/g'
3333 fail-fast : false
3434 matrix :
3535 os : ["windows-latest", "ubuntu-latest", "macos-13"]
36- python : ["3.7 ", "3.9", "3.10 "]
36+ python : ["3.10 ", "3.11 "]
3737 steps :
3838 - uses : actions/checkout@v4
3939 - uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 44[project ]
55name = " my_asset_manager"
66version = " 1.0.0"
7- requires-python = " >=3.7 "
7+ requires-python = " >=3.10 "
88dependencies = [
99 " openassetio>=1.0.0b1.rev0" ,
1010 " openassetio-mediacreation >= 1.0.0a9"
You can’t perform that action at this time.
0 commit comments