Skip to content

Commit a23ed87

Browse files
authored
Add Python 3.11 and Python 3.12 into Github actions matrix
In order to test the library against the supported python versions 3.11 and 3.12 versions are added into the `python-version` matrix.
1 parent 6e59dd0 commit a23ed87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: ["3.10"]
15+
python-version: ["3.10", "3.11", "3.12"]
1616
poetry-version: ["1.7.1"]
1717
os: [ubuntu-latest]
1818
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)