Skip to content

Commit 0b4e7e8

Browse files
author
dn.petrov
committed
test=2
1 parent 35d32e2 commit 0b4e7e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-test-arm64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
strategy:
4242
matrix:
43-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
43+
python-version: ["3.8", "3.9", "3.10", "3.11"]
4444
steps:
4545
- name: Checkout
4646
uses: actions/checkout@v3

.github/workflows/build-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
strategy:
9898
matrix:
9999
os: [ubuntu-latest, windows-latest, macos-11]
100-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
100+
python-version: ["3.8", "3.9", "3.10", "3.11"]
101101
steps:
102102
- name: Checkout
103103
uses: actions/checkout@v3

0 commit comments

Comments
 (0)