Skip to content

Commit

Permalink
Bump action versions
Browse files Browse the repository at this point in the history
- python 3.8 no longer supported
  • Loading branch information
gnodar01 committed Dec 18, 2024
1 parent b367bef commit 7732b99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.8, 3.9]
python-version: [3.9, 3.10]
fail-fast: false
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Installation
Expand Down

0 comments on commit 7732b99

Please sign in to comment.