Skip to content

Commit 751468a

Browse files
committed
Drop support for python 3.8
1 parent a463c70 commit 751468a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/python-sdk.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ jobs:
3636
sudo apt update
3737
sudo apt-get -y install apt-fast
3838
sudo apt-fast -y install \
39-
python3.7 python3.7-dev \
40-
python3.8 python3.8-dev \
4139
python3.9 python3.9-dev \
4240
python3.10 python3.10-dev \
4341
python3.11 python3.11-dev \
@@ -77,7 +75,6 @@ jobs:
7775
run: |
7876
# brew upgrade
7977
# brew update
80-
brew install [email protected]
8178
brew install [email protected]
8279
brew install [email protected]
8380
brew install [email protected]
@@ -100,7 +97,7 @@ jobs:
10097
runs-on: windows-latest
10198
strategy:
10299
matrix:
103-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
100+
python-version: ["3.9", "3.10", "3.11", "3.12"]
104101
defaults:
105102
run:
106103
working-directory: korvus

0 commit comments

Comments
 (0)