Skip to content

Commit

Permalink
Bump minimal macOS version to 10.13. This fixes #460.
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Jan 12, 2025
1 parent 3dc632f commit a1568a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def fillInPackageVersions(creditsSource, creditsDest):
],
CFBundleName="FontGoggles",
CFBundleIdentifier="com.github.justvanrossum.FontGoggles",
LSMinimumSystemVersion="10.10",
LSMinimumSystemVersion="10.13",
CFBundleShortVersionString=fontgoggles.__version__,
CFBundleVersion=fontgoggles.__version__,
CFBundleIconFile="fontgoggles.icns",
Expand Down

0 comments on commit a1568a6

Please sign in to comment.