Skip to content

Commit

Permalink
Remove python 3.8 and python 3.9 from test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeutin-ledger committed Jan 22, 2025
1 parent 68d20b7 commit d7705c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ jobs:
name: Clone, build, test
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python_version: ['3.8', '3.9', '3.10', '3.11']
python_version: ['3.10', '3.11']
# Use https://ghcr.io/ledgerhq/speculos-builder which has all the required
# dependencies
container:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
"Operating System :: POSIX :: Linux",
"Operating System :: MacOS :: MacOS X",
]
requires-python = ">=3.8"
requires-python = ">=3.10"
dependencies = [
"construct>=2.10.56,<3.0.0",
"flask>=2.0.0,<3.0.0",
Expand Down

0 comments on commit d7705c9

Please sign in to comment.