Skip to content

Commit 2f43c5a

Browse files
committed
fix: remove --pre to use Flet 0.80.0
1 parent 7c800b8 commit 2f43c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/serious_python/bin/package_command.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ class PackageCommand extends Command {
359359
'-m',
360360
'pip',
361361
'install',
362-
'--pre',
362+
// '--pre',
363363
'--upgrade',
364364
...pipArgs,
365365
'--target',

0 commit comments

Comments
 (0)