Skip to content

Commit

Permalink
Update lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kmagusiak committed Aug 4, 2024
1 parent b56732b commit ada0b65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/setup-python@v5
with:
# use minimum version here from setup.py
python-version: "3.9"
python-version: "3.12"
- name: Install dependencies
run: |
python -m pip install -e .[pinned,dev]
Expand All @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
# lowest, common (defaut ubuntu LTS), newest
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ invoke = ["invoke"]
pydantic = ["pydantic>=2"]
toml = ["toml"]
pinned = [
"pydantic==2.7.4",
"toml==0.10.2",
]
dev = [
Expand Down
16 changes: 0 additions & 16 deletions requirements.txt

This file was deleted.

0 comments on commit ada0b65

Please sign in to comment.