Skip to content

Commit 090fbe5

Browse files
committed
Bump required Python version to 3.10
1 parent 0db1af8 commit 090fbe5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dependency_check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
- name: install lib
3535
run: pip install -e .
3636

37-
minimum-python37:
37+
minimum-python310:
3838
runs-on: ubuntu-latest
3939
container:
40-
image: python:3.7
40+
image: python:3.10
4141

4242
steps:
4343
- uses: actions/checkout@v4

docs/installation/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ page_id: install
55

66
## Requirements
77

8-
This project requires Python 3.8 - 3.12.
8+
This project requires Python 3.10+.
99

1010

1111
See below sections for more platform-specific requirements.

0 commit comments

Comments
 (0)