Skip to content

Commit 9a7cca6

Browse files
chore: Removing 3.9 from build-wheels (feast-dev#5484)
Signed-off-by: Francisco Javier Arceo <[email protected]>
1 parent e89256e commit 9a7cca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
strategy:
114114
matrix:
115115
os: [ ubuntu-latest, macos-14 ]
116-
python-version: [ "3.9", "3.10", "3.11" ]
116+
python-version: [ "3.10", "3.11", "3.12"]
117117
from-source: [ True, False ]
118118
env:
119119
# this script is for testing servers

0 commit comments

Comments
 (0)