Skip to content

Commit

Permalink
fixing ci cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorgedavyd committed Jul 9, 2024
1 parent bd779f8 commit f13e6be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ jobs:

strategy:
matrix:
python-version: ['3.10', '3.11']
python-version: ['3.10', '3.11', '3.12']
include:
- python-version: '3.12'
commit: false
- python-version: '3.11'
commit: false
- python-version: '3.10'
Expand Down

0 comments on commit f13e6be

Please sign in to comment.