Skip to content

Commit

Permalink
Merge pull request #490 from bitcraze/rik/python310
Browse files Browse the repository at this point in the history
Bump required Python version
  • Loading branch information
gemenerik authored Oct 16, 2024
2 parents d5ddf21 + 7c669c2 commit 5e55158
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/dependency_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ on:
- cron: '0 2 * * *'

jobs:
# python-latest:
# runs-on: ubuntu-latest
# container:
# image: python:latest
#
# steps:
# - uses: actions/checkout@v4
#
# - name: python version
# run: python --version
#
# - name: install lib
# run: pip install -e .
python-latest:
runs-on: ubuntu-latest
container:
image: python:latest

steps:
- uses: actions/checkout@v4

- name: python version
run: python --version

- name: install lib
run: pip install -e .

python-python311:
runs-on: ubuntu-latest
Expand All @@ -34,10 +34,10 @@ jobs:
- name: install lib
run: pip install -e .

minimum-python37:
minimum-python310:
runs-on: ubuntu-latest
container:
image: python:3.7
image: python:3.10

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion docs/installation/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ page_id: install

## Requirements

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


See below sections for more platform-specific requirements.
Expand Down

0 comments on commit 5e55158

Please sign in to comment.