mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 15:35:05 +02:00
Increase minimum python version to 3.9
This commit is contained in:
parent
00db348218
commit
31631fb409
4 changed files with 4 additions and 3 deletions
2
.github/workflows/build-and-release.yml
vendored
2
.github/workflows/build-and-release.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
python: ["3.8"]
|
python: ["3.9"]
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,7 @@ ambiguous situations.
|
||||||
- Links to unofficial packages and repology in the readme
|
- Links to unofficial packages and repology in the readme
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
- Increase minimum supported Python version to 3.9
|
||||||
- Support video listings with more columns
|
- Support video listings with more columns
|
||||||
- Use UTF-8 when reading/writing the config file
|
- Use UTF-8 when reading/writing the config file
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ Binaries for Linux, Windows and Mac can be downloaded directly from the
|
||||||
|
|
||||||
### With pip
|
### With pip
|
||||||
|
|
||||||
Ensure you have at least Python 3.8 installed. Run the following command to
|
Ensure you have at least Python 3.9 installed. Run the following command to
|
||||||
install PFERD or upgrade it to the latest version:
|
install PFERD or upgrade it to the latest version:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ version = attr: PFERD.version.VERSION
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
packages = find:
|
packages = find:
|
||||||
python_requires = >=3.8
|
python_requires = >=3.9
|
||||||
install_requires =
|
install_requires =
|
||||||
aiohttp>=3.8.1
|
aiohttp>=3.8.1
|
||||||
beautifulsoup4>=4.10.0
|
beautifulsoup4>=4.10.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue