Skip to content

Commit

Permalink
[FIX] Fixing pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisAlejandro committed Sep 7, 2023
1 parent d2bd936 commit 15a914a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
toxenv: "py310"
- python-version: "3.11"
toxenv: "py311"
- python-version: "3.12"
- python-version: "3.12.0-rc.2"
toxenv: "py312"
steps:
- name: Checkout repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
toxenv: "py310"
- python-version: "3.11"
toxenv: "py311"
- python-version: "3.12"
- python-version: "3.12.0-rc.2"
toxenv: "py312"
steps:
- name: Checkout repo
Expand Down

0 comments on commit 15a914a

Please sign in to comment.