Skip to content

Commit

Permalink
add 3.12 to build-test.yml (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe committed Mar 19, 2024
2 parents bbd9aca + bb17677 commit 9c9007e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Expand Up @@ -48,7 +48,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python: ['3.8', '3.9', '3.10', '3.11']
python: ['3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- name: Checkout code
Expand Down

0 comments on commit 9c9007e

Please sign in to comment.