Skip to content

Commit c5c0fba

Browse files
committed
Drop Python 3.9, add 3.14.
1 parent 08549ae commit c5c0fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- "windows-app"
4646
- "iOS"
4747
- "android"
48-
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
48+
python-version: [ "3.10", "3.11", "3.12", "3.13", "3.14" ]
4949
include:
5050
- runs-on: ubuntu-latest
5151
- pre-command:

0 commit comments

Comments
 (0)