Skip to content

Commit

Permalink
Updated dependencies for python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
RhetTbull committed Oct 11, 2023
1 parent 3aae89d commit 8ea99e8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Textinator can also monitor the clipboard and detect text in images copied to th

- If building with [pyenv](https://github.com/pyenv/pyenv) installed python, you'll need to build the python with framework support:
- `env PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install -v 3.9.11`
- Requires a minimum of macOS Catalina (10.15). Tested on macOS Catalina (10.15.7) and Big Sur (11.6.4); should work on Catalina or newer.
- Requires a minimum of macOS Catalina (10.15). Tested on macOS Catalina (10.15.7), Big Sur (11.6.4), Ventura (13.5.1); should work on Catalina or newer.

## License

Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ test -d dist && rm -rf dist/
test -d build && rm -rf build/

echo "Running py2app"
python setup.py py2app
python3 setup.py py2app

# sign with ad-hoc certificate (if you have an Apple Developer ID, you can use your developer certificate instead)
# for the app to send AppleEvents to other apps, it needs to be signed and include the
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
py-applescript==1.0.3
py2app==0.28.2
pyobjc-core>=8.5.1
pyobjc-framework-cocoa>=8.5.1;
pyobjc-framework-coreml>=8.5.1
pyobjc-framework-quartz>=8.5.1
pyobjc-framework-vision>=8.5.1
py2app>=0.28.6
pyobjc-core>=9.2
pyobjc-framework-cocoa>=9.2;
pyobjc-framework-coreml>=9.2
pyobjc-framework-quartz>=9.2
pyobjc-framework-vision>=9.2
rumps==0.4.0
wheel==0.37.1
wheel==0.41.2

0 comments on commit 8ea99e8

Please sign in to comment.