We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0db1af8 commit 090fbe5Copy full SHA for 090fbe5
.github/workflows/dependency_check.yml
@@ -34,10 +34,10 @@ jobs:
34
- name: install lib
35
run: pip install -e .
36
37
- minimum-python37:
+ minimum-python310:
38
runs-on: ubuntu-latest
39
container:
40
- image: python:3.7
+ image: python:3.10
41
42
steps:
43
- uses: actions/checkout@v4
docs/installation/install.md
@@ -5,7 +5,7 @@ page_id: install
5
6
## Requirements
7
8
-This project requires Python 3.8 - 3.12.
+This project requires Python 3.10+.
9
10
11
See below sections for more platform-specific requirements.
0 commit comments