Skip to content

Commit 8c68995

Browse files
committed
ci: remove testing on Python 3.6, since its EOL
1 parent cbabc89 commit 8c68995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fail-fast: false
4040
matrix:
4141
os: [ubuntu-latest]
42-
python: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11-dev"]
42+
python: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
4343

4444
steps:
4545
- name: Checkout code

0 commit comments

Comments
 (0)