Skip to content

Commit 5e55158

Browse files
authored
Merge pull request #490 from bitcraze/rik/python310
Bump required Python version
2 parents d5ddf21 + 7c669c2 commit 5e55158

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

.github/workflows/dependency_check.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ on:
66
- cron: '0 2 * * *'
77

88
jobs:
9-
# python-latest:
10-
# runs-on: ubuntu-latest
11-
# container:
12-
# image: python:latest
13-
#
14-
# steps:
15-
# - uses: actions/checkout@v4
16-
#
17-
# - name: python version
18-
# run: python --version
19-
#
20-
# - name: install lib
21-
# run: pip install -e .
9+
python-latest:
10+
runs-on: ubuntu-latest
11+
container:
12+
image: python:latest
13+
14+
steps:
15+
- uses: actions/checkout@v4
16+
17+
- name: python version
18+
run: python --version
19+
20+
- name: install lib
21+
run: pip install -e .
2222

2323
python-python311:
2424
runs-on: ubuntu-latest
@@ -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)