Skip to content

Commit 1c9390f

Browse files
committed
updates
1 parent f7a4ed1 commit 1c9390f

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.appveyor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ environment:
2222
secure: trYGM65OQ1+HYnOYOe/NOHrofLpP3bz64nHwVWPJhiUIYll3MrrQd7ilFNp+zSkI
2323

2424
matrix:
25+
- job_name: Test Python 3.10
26+
job_group: python_tests
27+
PYTHON_VERSION: 3.10
28+
APPVEYOR_BUILD_WORKER_IMAGE: ubuntu2004
29+
2530
# - job_name: Build Flet package for Flutter
2631
# job_group: build_flet_package
2732
# APPVEYOR_BUILD_WORKER_IMAGE: ubuntu2204

packages/flet/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ dependencies:
4343
file_picker: ^10.1.9
4444
path_provider: ^2.1.5
4545
screenshot: ^3.0.0
46-
46+
highlight: ^0.7.0
47+
4748
dev_dependencies:
4849
flutter_test:
4950
sdk: flutter

0 commit comments

Comments
 (0)