Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit e085b9a

Browse files
committed
add python 3.11, remove 3.7
1 parent 7eac3cb commit e085b9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
matrix:
1919
os: [ubuntu-latest]
2020
python-version:
21-
- "3.7"
2221
- "3.8"
2322
- "3.9"
2423
- "3.10"
24+
- "3.11"
2525

2626
name: Check Python ${{ matrix.python-version }} on ${{ matrix.os }}
2727
runs-on: ${{ matrix.os }}

.github/workflows/ci_full.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
os: [ubuntu-latest]
2323
python-version:
24-
- "3.10"
24+
- "3.11"
2525

2626
name: Check Python ${{ matrix.python-version }} on ${{ matrix.os }}
2727
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)