Skip to content

Commit aad2c77

Browse files
committed
build: remove CI build for python 2.7
1 parent 2951c7e commit aad2c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
max-parallel: 1
4545
matrix:
46-
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
46+
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
4747
steps:
4848
- uses: actions/checkout@v2
4949
- name: Set up Python

0 commit comments

Comments
 (0)