Skip to content

Commit

Permalink
deps: Deprecate python 3.8
Browse files Browse the repository at this point in the history
Relates to #2534
  • Loading branch information
postlund committed Nov 2, 2024
1 parent cb2b050 commit e73da54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
REGISTRY: ghcr.io
PYTHON_VERSION: 3.9
PYTHON_VERSION: 3.12

jobs:
build_containers:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
- macos-latest
- windows-latest
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
Expand All @@ -38,7 +37,7 @@ jobs:
- false
include:
- platform: ubuntu-latest
python-version: 3.8
python-version: 3.9
chickn-args: "--no-venv -v requirements_file=base_versions.txt"
regression: true
steps:
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def get_requirements():
keywords=["apple", "tv", "airplay", "raop", "companion", "dmap", "dacp"],
setup_requires=["pytest-runner"],
tests_require=["pytest==6.2.5", "pytest-xdist==2.4.0"],
python_requires=">=3.8.1",
python_requires=">=3.9.0",
entry_points={
"console_scripts": [
"atvremote = pyatv.scripts.atvremote:main",
Expand All @@ -60,7 +60,6 @@ def get_requirements():
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down

0 comments on commit e73da54

Please sign in to comment.