Skip to content

Commit

Permalink
chore(mintest): add py312 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vytas7 committed Dec 10, 2023
1 parent 46087e2 commit cccf236
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/mintest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
push:
branches:
- master
# TODO(vytas): Remove once demonstrated in a PR.
pull_request:
branches:
- master

jobs:
run_tox:
Expand All @@ -18,6 +22,7 @@ jobs:
- "3.8"
- "3.10"
- "3.11"
- "3.12"

steps:
- name: Checkout repo
Expand Down

0 comments on commit cccf236

Please sign in to comment.