Skip to content

Commit

Permalink
test: update python version for pylint in GH
Browse files Browse the repository at this point in the history
  • Loading branch information
schuellerf committed Oct 8, 2024
1 parent 1979839 commit 0f67359
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version-file: 'pyproject.toml'
- name: Install
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "otk"
version = "2024.0.0"
requires-python = ">= 3.9"
requires-python = ">= 3.12"

dependencies = [
"pyyaml >= 6.0",
Expand Down

0 comments on commit 0f67359

Please sign in to comment.