Skip to content

Commit be26780

Browse files
Drop Python 3.9, Add Python 3.14 (#360)
* Remove python 3.9, add 3.14 to python version matrix * Update min python version from 3.9 to 3.10
1 parent eeadb5a commit be26780

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
11+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
1212

1313
steps:
1414
- uses: actions/checkout@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ It was designed by the [Bibliotheca Anonoma](https://github.com/bibanon/bibanon/
1313
This script strongly recommends Linux or some sort of POSIX system (such as macOS), preferably from a rented VPS and not your personal machine or phone.
1414

1515
Reccomended system specifications:
16-
- Linux VPS with Python 3.9 or higher and `pipx` installed
16+
- Linux VPS with Python 3.10 or higher and `pipx` installed
1717
- 2GB of RAM, 100GB of storage or much more for anything other than single short video mirroring. If your OS drive is too small, `symlink` it to something larger.
1818

1919
## Setup and Installation

0 commit comments

Comments
 (0)