Skip to content

Commit

Permalink
Move Python 3.7 on old python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Giglium committed Jan 5, 2025
1 parent df82505 commit 259c8aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
fail-fast: false
matrix:
python:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
Expand Down Expand Up @@ -49,6 +48,7 @@ jobs:
matrix:
python:
- '3.6'
- '3.7'

steps:
- name: Checkout code
Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/update-reminder.yml

This file was deleted.

0 comments on commit 259c8aa

Please sign in to comment.