Skip to content

Commit e5e23fb

Browse files
authored
SP-1064 Add Python 3.12 to tests
1 parent 61ee249 commit e5e23fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
python-version: [3.8, 3.9, '3.10', 3.11]
11+
python-version: [3.8, 3.9, '3.10', 3.11, 3.12]
1212

1313
steps:
1414
- uses: actions/checkout@v4
@@ -34,4 +34,4 @@ jobs:
3434
- name: Run a test build
3535
run: |
3636
pipenv run pip3 install --upgrade build
37-
pipenv run python -m build
37+
pipenv run python -m build

0 commit comments

Comments
 (0)