Skip to content

Commit

Permalink
chore: 🤖 update requiremetns and py3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRDias committed Apr 30, 2024
1 parent d8c1c8f commit def0e8c
Show file tree
Hide file tree
Showing 4 changed files with 288 additions and 272 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/python3.12.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: python3.12

on:
push:
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [main]

jobs:
call-workflow:
uses: ./.github/workflows/pytest.yml
with:
os: "ubuntu-latest"
python-version: "3.12"
Loading

0 comments on commit def0e8c

Please sign in to comment.