From 5f9ea8e846586e5a5bc6e654803c7c7cdf2c5c12 Mon Sep 17 00:00:00 2001 From: Plato Mavropoulos Date: Sun, 9 Feb 2025 21:00:39 +0200 Subject: [PATCH] Fixed README instruction on "external" directory (#59) --- LICENSE | 2 +- README.md | 8 ++++---- pyproject.toml | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index 4c9a6fe..408be55 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2019-2024 Plato Mavropoulos +Copyright (c) 2019-2025 Plato Mavropoulos Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/README.md b/README.md index d3b78c1..1acfac3 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ BIOSUtilities is a Python 3 project at its core, but also relies on various exte ### Python -First, you must make sure that a compatible Python version (i.e. 3.10.x - 3.12.x) is installed: +First, you must make sure that a compatible Python version (i.e. 3.10.x - 3.13.x) is installed: -1. Download the latest official [Python 3.12.x installer](https://www.python.org/downloads/) +1. Download the latest official [Python 3.13.x installer](https://www.python.org/downloads/) 2. During installation, make sure that the Optional Features "pip" and "py launcher" are both selected 3. In the Advanced Options, make sure to "associate files with Python" and add to "environment variables" 4. Once installation is complete, make sure you install all "Python Packages" and "External Dependencies" @@ -64,7 +64,7 @@ Note: In the "Environment Variables" window, you can modify the "Path" variable [Mac Path](https://mac.install.guide/terminal/path) -Alternatively, you can create a folder named "external" at the root of the "biosutilities" project (i.e. next to "main.py") and place all external dependencies there. +Alternatively, you can create a folder named "external" at the root of the "biosutilities" project (i.e. next to "common" directory) and place all external dependencies there. * [7-Zip](https://www.7-zip.org/) (i.e. 7z.exe for Windows or 7zz for macOS or 7zz, 7zzs for Linux) * [UEFIFind](https://github.com/LongSoft/UEFITool/) (i.e. [UEFIFind.exe for Windows or UEFIFind for Linux/macOS](https://github.com/LongSoft/UEFITool/releases)) @@ -82,7 +82,7 @@ Optionally, to decompile the Intel BIOS Guard Scripts (when applicable), you mus ## Compatibility -Unless explicitely noted, all utilities should work under Windows, Linux or macOS operating systems which have Python 3.10 - 3.12 support. +Unless explicitely noted, all utilities should work under Windows, Linux or macOS operating systems which have Python 3.10 - 3.13 support. ## Usage diff --git a/pyproject.toml b/pyproject.toml index bb95aa5..4b72d16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "License :: OSI Approved :: BSD License", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux",