File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 runs-on : windows-latest
1313 strategy :
1414 matrix :
15- python-version : ['3.9 ']
15+ python-version : ['3.10 ']
1616
1717 steps :
1818 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 strategy :
1616 matrix :
17- python-version : ['3.9 ']
17+ python-version : ['3.10 ']
1818
1919 steps :
2020 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 strategy :
1616 matrix :
17- python-version : ['3.9 ']
17+ python-version : ['3.10 ']
1818
1919 steps :
2020 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2
33build :
44 os : ubuntu-22.04
55 tools :
6- python : 3.9
6+ python : 3.10
77
88python :
99 install :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ platforms = any
1515[options]
1616zip_safe = False
1717include_package_data = True
18- python_requires = ~=3.9
18+ python_requires = ~=3.10
1919install_requires =
2020 numpy~=1.17
2121 amulet-nbt~=2.0
You can’t perform that action at this time.
0 commit comments