Skip to content

Commit

Permalink
chore: 🤖 deprecate py3.8 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRDias authored Oct 15, 2024
1 parent 82f8eae commit b346a3e
Show file tree
Hide file tree
Showing 5 changed files with 312 additions and 333 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: python3.8
name: python3.13

on:
push:
Expand All @@ -12,4 +12,4 @@ jobs:
uses: ./.github/workflows/pytest.yml
with:
os: "ubuntu-latest"
python-version: "3.8"
python-version: "3.13"
Loading

0 comments on commit b346a3e

Please sign in to comment.