File tree Expand file tree Collapse file tree 3 files changed +26
-149
lines changed Expand file tree Collapse file tree 3 files changed +26
-149
lines changed Original file line number Diff line number Diff line change 1313 strategy :
1414 matrix :
1515 # Only test a subset of python versions, to limit compute
16- python : [python3.9 , python3.11, python3.13]
16+ python : [python3.10 , python3.11, python3.13]
1717 runs-on : ubuntu-latest
1818 steps :
1919 - uses : actions/checkout@v4
2828 matrix :
2929 os : [ubuntu-latest, macos-latest, windows-latest]
3030 # Only test a subset of python versions, to limit compute
31- python : [python3.9 , python3.11, python3.13]
31+ python : [python3.10 , python3.11, python3.13]
3232 runs-on : ${{ matrix.os }}
3333 steps :
3434 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 22name = " obelisk-py"
33description = " The one Obelisk client to rule them all"
44readme = " README.md"
5- requires-python = " >=3.9 ,<3.14"
5+ requires-python = " >=3.10 ,<3.14"
66dependencies = [
77 " ruff>=0.9.6" ,
88 " httpx>=0.28.1" ,
You can’t perform that action at this time.
0 commit comments