Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b5847db

Browse files
committed
Fix linux brew workflow
1 parent 37da064 commit b5847db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linuxbrew.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
python: ["3.8", "3.9", "3.10", "3.11"]
8+
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
99
steps:
1010
- uses: actions/checkout@v3
1111
- name: Install brew

0 commit comments

Comments
 (0)