Skip to content

Commit 8daba1d

Browse files
MNT: Bump minimum python version to 3.10
1 parent 976617c commit 8daba1d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/test-pytest-slow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
strategy:
2323
matrix:
24-
python-version: [3.9, 3.13]
24+
python-version: [3.10, 3.14]
2525
env:
2626
PYTHON: ${{ matrix.python-version }}
2727
MPLBACKEND: Agg

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ persistent=yes
8888

8989
# Minimum Python version to use for version dependent checks. Will default to
9090
# the version used to run pylint.
91-
py-version=3.9
91+
py-version=3.10
9292

9393
# Discover python modules and packages in the file system subtree.
9494
recursive=no

docs/user/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Requirements
8585
Python Version
8686
^^^^^^^^^^^^^^
8787

88-
RocketPy supports Python 3.9 and above.
88+
RocketPy supports Python 3.10 and above.
8989
Sorry, there are currently no plans to support earlier versions.
9090
If you really need to run RocketPy on Python 3.8 or earlier, feel free to submit an issue and we will see what we can do!
9191

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "1.10.0"
44
description="Advanced 6-DOF trajectory simulation for High-Power Rocketry."
55
dynamic = ["dependencies"]
66
readme = "README.md"
7-
requires-python = ">=3.9"
7+
requires-python = ">=3.10"
88
authors = [
99
{name = "Giovani Hidalgo Ceotto", email = "[email protected]"},
1010
{name = "Guilherme Fernandes Alves", email = "[email protected]"},

0 commit comments

Comments
 (0)