Skip to content

Commit

Permalink
a new version to celebrate apple being absolutely dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
lepelog committed Jun 7, 2024
1 parent f04bead commit 3542951
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
env:
MACOSX_DEPLOYMENT_TARGET: "12"
MACOSX_DEPLOYMENT_TARGET: "10.14"

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def build_extension(self, ext):

setuptools.setup(
name="nlzss11",
version="1.7",
version="1.8",
cmdclass=cmdclass,
author="lepelog",
description="Library for data (de)compression using Nintendo's lzss11 algorithm",
Expand Down

0 comments on commit 3542951

Please sign in to comment.