Skip to content

Commit

Permalink
Try adding Python 3.12 to build_test_dist matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-rhodes committed Nov 9, 2023
1 parent 75d4137 commit b9fbd67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ on:

push:
branches:
- try-3.12
- master
- release

Expand All @@ -52,7 +53,7 @@ jobs:
strategy:
max-parallel: 15
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', ‘3.12’]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down

0 comments on commit b9fbd67

Please sign in to comment.