Skip to content

Commit 5fb78e1

Browse files
committed
Update python version due to python 3.9 EOL
1 parent d92b402 commit 5fb78e1

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
cancel-in-progress: ${{ github.ref_name != github.event.repository.default_branch }}
1313

1414
env:
15-
PYTHON_VERSION: '3.8'
15+
PYTHON_VERSION: '3.10'
1616

1717
jobs:
1818

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
rev: 22.3.0
2424
hooks:
2525
- id: black
26-
language_version: python3.8
26+
language_version: python3.10
2727
stages: [commit]
2828
- repo: https://github.com/pre-commit/mirrors-mypy
2929
rev: v1.7.0

poetry.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "README.md"
88
repository = "https://github.com/getyourguide/basemath"
99

1010
[tool.poetry.dependencies]
11-
python = ">=3.9,<4.0"
11+
python = ">=3.10,<4.0"
1212
numpy = "^2.0.0"
1313
scipy = "^1.10.0"
1414

0 commit comments

Comments
 (0)