Skip to content

Commit 115a7c3

Browse files
committed
Add testing for py3.12
1 parent 11cd284 commit 115a7c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_and_test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
- name: Checkout pysap
1818
uses: actions/checkout@v3
1919

20-
- name: Setup Python 3.10
20+
- name: Setup Python 3.12
2121
uses: actions/setup-python@v4
2222
with:
23-
python-version: "3.10"
23+
python-version: "3.12"
2424

2525
- name: Install Python dependencies
2626
run: |
@@ -46,7 +46,7 @@ jobs:
4646
fail-fast: false
4747
matrix:
4848
os: [ubuntu-latest]
49-
python-version: ["3.7", "3.8", "3.9", "3.10"]
49+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.12"]
5050
experimental: [false]
5151
continue-on-error: ${{ matrix.experimental }}
5252

@@ -83,7 +83,7 @@ jobs:
8383
runs-on: ubuntu-latest
8484
strategy:
8585
matrix:
86-
python-version: ["3.10"]
86+
python-version: ["3.12"]
8787

8888
steps:
8989
- name: Checkout pysap

0 commit comments

Comments
 (0)