Skip to content

Commit fcd94a2

Browse files
committed
Change github checks
1 parent 44c31e1 commit fcd94a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
strategy:
3636
matrix:
37-
python-version: [3.8.16, 3.9.16, 3.10.11]
37+
python-version: [3.11.9]
3838
steps:
3939
- uses: actions/checkout@v2
4040
- name: Set up Python ${{ matrix.python-version }}
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: macos-latest
5656
strategy:
5757
matrix:
58-
python-version: [3.8.16, 3.9.16, 3.10.11]
58+
python-version: [3.11]
5959
steps:
6060
- uses: actions/checkout@v2
6161
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)