Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderRedYT committed Oct 3, 2024
1 parent e42ee69 commit 3e023e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
name: python-${{ matrix.python-version }}
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
name: Deprecated tests for python-${{ matrix.python-version }}
steps:

- name: Checkout Repository
Expand Down Expand Up @@ -46,8 +46,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
name: python-${{ matrix.python-version }}
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
name: Testing with python-${{ matrix.python-version }}
steps:

- name: Checkout Repository
Expand Down

0 comments on commit 3e023e1

Please sign in to comment.