Skip to content

Commit

Permalink
chore: update to CI pipeline to Python 3.11
Browse files Browse the repository at this point in the history
Signed-off-by: F.N. Claessen <[email protected]>
  • Loading branch information
Flix6x committed Jan 14, 2025
1 parent e8e899b commit fc3a512
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on: push
jobs:
check:
runs-on: ubuntu-latest
name: "Check (on Python3.10)"
name: "Check (on Python3.11)"
steps:
- uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: 3.11
- uses: actions/checkout@v3
- uses: pre-commit/[email protected]

Expand All @@ -19,11 +19,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
name: "Test (on Python 3.10)"
name: "Test (on Python 3.11)"
steps:
- uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: 3.11
- name: Check out src from Git
uses: actions/checkout@v3
- name: Get history and tags for SCM versioning to work
Expand Down

0 comments on commit fc3a512

Please sign in to comment.