Skip to content

Commit

Permalink
SP-1064 Add Python 3.12 to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbrodie authored Sep 12, 2024
1 parent 61ee249 commit e5e23fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
python-version: [3.8, 3.9, '3.10', 3.11]
python-version: [3.8, 3.9, '3.10', 3.11, 3.12]

steps:
- uses: actions/checkout@v4
Expand All @@ -34,4 +34,4 @@ jobs:
- name: Run a test build
run: |
pipenv run pip3 install --upgrade build
pipenv run python -m build
pipenv run python -m build

0 comments on commit e5e23fb

Please sign in to comment.