Skip to content

Commit edc47a2

Browse files
committed
ci: drop Python 3.5
1 parent c0dc356 commit edc47a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-20.04
1010
strategy:
1111
matrix:
12-
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, "3.10", 3.11, 3.12, pypy2.7, pypy3.9]
12+
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", 3.11, 3.12, pypy2.7, pypy3.9]
1313

1414
steps:
1515
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3

0 commit comments

Comments
 (0)