Skip to content

Commit

Permalink
Update continuous-integration-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ishepard committed Apr 29, 2024
1 parent fecaac2 commit 128f1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
python: [ '3.7.x', '3.8.x', '3.9.x', '3.10.x', '3.11.x' ]
python: [ '3.8.x', '3.9.x', '3.10.x', '3.11.x', '3.12.x' ]
name: Python ${{ matrix.python }} sample on ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 128f1a7

Please sign in to comment.