Skip to content

Commit 9da26aa

Browse files
authored
No longer build for Python 3.5 (#112)
1 parent a079154 commit 9da26aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
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' ]
12+
python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10', '3.11' ]
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: set up Python ${{ matrix.python-version }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-20.04
1111
strategy:
1212
matrix:
13-
python-version: [ '3.5', '3.6', '3.7', '3.8', '3.9', '3.10', '3.11' ]
13+
python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10', '3.11' ]
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)