File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -55,10 +55,10 @@ jobs:
55
55
path : dist/*
56
56
57
57
publish-pypi :
58
- needs : build-pkg
59
-
60
58
runs-on : ubuntu-20.04
61
59
60
+ needs : build-pkg
61
+
62
62
permissions :
63
63
id-token : write
64
64
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " cast_control"
3
- version = " 0.16.1 "
3
+ version = " 0.17.0 "
4
4
description = " 📺 Control Chromecasts from the Linux desktop and console"
5
5
authors = [{
name =
" Alex DeLorenzo" ,
email =
" [email protected] " }]
6
6
license = { text = " AGPL-3.0" }
7
7
readme = " README.md"
8
8
homepage = " https://cast.firstbyte.dev"
9
- requires-python = " >=3.12 "
9
+ requires-python = " >=3.13 "
10
10
11
11
dependencies = [
12
12
" aiopath>=0.7.6 ; python_version >= '3.12'" ,
13
13
" app_paths>=0.0.8, <0.1.0" ,
14
14
" appdirs>=1.4.4, <1.5.0" ,
15
15
" click>=8.1.7, <9.0.0" ,
16
16
" 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" ,
18
18
" mpris_server>=0.9.0, <=0.10.0" ,
19
19
" PyChromecast>=14.0.2, <15.0.0" ,
20
20
" pydbus>=0.6.0, <0.7.0" ,
You can’t perform that action at this time.
0 commit comments