diff --git a/README.md b/README.md index 0bb13bb..92834ce 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Türkçe Talimatları [burada](./README-Turkish.md) bulabilirsiniz. ### Prerequisites -- Python: 3.6-3.12 +- Python: 3.6-3.14 _To have the interface displayed in the images, you will need Chrome. If Chrome is not installed or `--default-browser` is passed, the default browser will be used._ @@ -51,7 +51,10 @@ _To have the interface displayed in the images, you will need Chrome. If Chrome You can install this project using PyPI: ``` -$ pip install auto-py-to-exe +Windows: +$ python -m pip install auto-py-to-exe +Linux: +$ python3 -m pip install auto-py-to-exe ``` Then to run it, execute the following in the terminal: diff --git a/auto_py_to_exe/__init__.py b/auto_py_to_exe/__init__.py index a2a6501..de7da87 100644 --- a/auto_py_to_exe/__init__.py +++ b/auto_py_to_exe/__init__.py @@ -1 +1 @@ -__version__ = "2.47.0" +__version__ = "2.48.0" diff --git a/setup.py b/setup.py index 79c161e..dd97990 100644 --- a/setup.py +++ b/setup.py @@ -36,6 +36,7 @@ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux", ],