We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a4ed1 commit 1c9390fCopy full SHA for 1c9390f
2 files changed
.appveyor.yml
@@ -22,6 +22,11 @@ environment:
22
secure: trYGM65OQ1+HYnOYOe/NOHrofLpP3bz64nHwVWPJhiUIYll3MrrQd7ilFNp+zSkI
23
24
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
+
30
# - job_name: Build Flet package for Flutter
31
# job_group: build_flet_package
32
# APPVEYOR_BUILD_WORKER_IMAGE: ubuntu2204
packages/flet/pubspec.yaml
@@ -43,7 +43,8 @@ dependencies:
43
file_picker: ^10.1.9
44
path_provider: ^2.1.5
45
screenshot: ^3.0.0
46
-
+ highlight: ^0.7.0
47
48
dev_dependencies:
49
flutter_test:
50
sdk: flutter
0 commit comments