Skip to content

Commit fe92040

Browse files
committed
Bump deps and version
1 parent eee81b7 commit fe92040

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ jobs:
5555
path: dist/*
5656

5757
publish-pypi:
58-
needs: build-pkg
59-
6058
runs-on: ubuntu-20.04
6159

60+
needs: build-pkg
61+
6262
permissions:
6363
id-token: write
6464

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
[project]
22
name = "cast_control"
3-
version = "0.16.1"
3+
version = "0.17.0"
44
description = "📺 Control Chromecasts from the Linux desktop and console"
55
authors = [{ name = "Alex DeLorenzo", email = "[email protected]" }]
66
license = { text = "AGPL-3.0" }
77
readme = "README.md"
88
homepage = "https://cast.firstbyte.dev"
9-
requires-python = ">=3.12"
9+
requires-python = ">=3.13"
1010

1111
dependencies = [
1212
"aiopath>=0.7.6 ; python_version >= '3.12'",
1313
"app_paths>=0.0.8, <0.1.0",
1414
"appdirs>=1.4.4, <1.5.0",
1515
"click>=8.1.7, <9.0.0",
1616
"daemons>=1.3.2, <1.4.0",
17-
"iteration_utilities>=0.12.0, <0.13.0",
17+
"iteration_utilities>=0.13.0, <0.14.0",
1818
"mpris_server>=0.9.0, <=0.10.0",
1919
"PyChromecast>=14.0.2, <15.0.0",
2020
"pydbus>=0.6.0, <0.7.0",

0 commit comments

Comments
 (0)