Skip to content

Commit e3aea3c

Browse files
committed
build: remove EOL 3.8 version from CI
1 parent 3ad53cc commit e3aea3c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Python
2222
uses: actions/setup-python@v4
2323
with:
24-
python-version: "3.8"
24+
python-version: "3.9"
2525
cache: pip
2626

2727
- name: Install build dependencies

.github/workflows/test-and-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
14+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1515
services:
1616
typesense:
1717
image: typesense/typesense:28.0

0 commit comments

Comments
 (0)