Skip to content

Commit 0fc8dcd

Browse files
committed
CI: deprecate Python 3.6
1 parent f55e86b commit 0fc8dcd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
strategy:
3232
matrix:
33-
python: ['3.6', '3.7', '3.8', '3.9']
33+
python: ['3.7', '3.8', '3.9', '3.10', '3.11']
3434

3535
steps:
3636
- uses: actions/checkout@v2
@@ -73,7 +73,7 @@ jobs:
7373
container: quay.io/pypa/manylinux_2_24_x86_64
7474
strategy:
7575
matrix:
76-
python: ['3.6', '3.7', '3.8', '3.9']
76+
python: ['3.7', '3.8', '3.9', '3.10', '3.11']
7777

7878
steps:
7979
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)