Skip to content

Commit

Permalink
python 3.7 is not supported any more
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Jan 20, 2025
1 parent 50038c2 commit 2352abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
runner: [ubuntu-latest]
python: [ '3.7', '3.11' ]
python: [ '3.11' ]

runs-on: ${{matrix.runner}}
name: OS ${{matrix.runner}} Python ${{matrix.python}}
Expand Down

0 comments on commit 2352abc

Please sign in to comment.