Skip to content

Commit 210f049

Browse files
Bump python version
1 parent 0471f61 commit 210f049

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/python-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

.github/workflows/python-stylecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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

.github/workflows/python-unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
build:
44
os: ubuntu-22.04
55
tools:
6-
python: 3.9
6+
python: 3.10
77

88
python:
99
install:

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ platforms = any
1515
[options]
1616
zip_safe = False
1717
include_package_data = True
18-
python_requires = ~=3.9
18+
python_requires = ~=3.10
1919
install_requires =
2020
numpy~=1.17
2121
amulet-nbt~=2.0

0 commit comments

Comments
 (0)