Skip to content

Commit 62b6c5e

Browse files
committed
Updated python build versions
* remove matrix python ver 3.11, added 3.14
1 parent c87938e commit 62b6c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
os: [ubuntu-latest, windows-latest, macos-latest]
29-
python-version: ['3.11', '3.12', '3.13']
29+
python-version: ['3.12', '3.13', '3.14']
3030
steps:
3131
- name: Checkout
3232
uses: actions/checkout@v4

0 commit comments

Comments
 (0)