Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New 'Next episode column' in GTK and for MAL (Qt and GTK) + miscellaneous code refactor #722

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Python 3.10
- Bump required python version to 3.10, as 3.8 is outdated and 3.10 brings a lot of QoL changes. The "oldest" main distro is Ubuntu 22.04 and even that ships with Python 3.10 by default. Pretty much every other distro should be 3.10 or newer as well.
BigBoyBarney committed Jan 1, 2024
commit e0a264125cd685d23326d928edf74bf74619b8e2
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -17,8 +17,6 @@ classifiers = [
"Topic :: Internet",
"Topic :: Multimedia",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Operating System :: POSIX",
@@ -27,7 +25,7 @@ classifiers = [


[tool.poetry.dependencies]
python = "^3.8"
python = "^3.10"
requests = "^2.28.1"
inotify = { version = "^0.2.10", optional = true }
pillow = { version = "^9.2.0", optional = true }