Skip to content

Commit

Permalink
build(ci): bump python version
Browse files Browse the repository at this point in the history
  • Loading branch information
RDWimmers committed Jul 22, 2024
1 parent 40e4ed6 commit 3ba9f08
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/lint_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
steps:
- uses: actions/checkout@v3

Expand All @@ -33,7 +34,7 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools
# shellcheck disable=SC2102
pip install -e .[test]
pip install -e .[test,aws]
- name: Test
run: coverage run -m pytest
Expand Down Expand Up @@ -94,10 +95,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install python 3.9
- name: Install python 3.12
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: "3.12"

- name: Install dependencies
run: |
Expand Down

0 comments on commit 3ba9f08

Please sign in to comment.