File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 id : python
5151 attributes :
5252 label : Python Version
53- placeholder : eg. 3.9.20
53+ placeholder : eg. 3.10.19
5454 validations :
5555 required : true
5656 - type : input
Original file line number Diff line number Diff line change 1212
1313env :
1414 CACHE_VERSION : 1
15- DEFAULT_PYTHON : 3.9
15+ DEFAULT_PYTHON : ' 3.10 '
1616
1717jobs :
1818 lint-flake8 :
Original file line number Diff line number Diff line change 99 types : [published]
1010
1111env :
12- DEFAULT_PYTHON : 3.9
12+ DEFAULT_PYTHON : ' 3.10 '
1313
1414jobs :
1515 build :
Original file line number Diff line number Diff line change 77
88env :
99 CACHE_VERSION : 1
10- DEFAULT_PYTHON : 3.9
10+ DEFAULT_PYTHON : ' 3.10 '
1111
1212jobs :
1313 refresh-token :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ version: 2
55build :
66 os : ubuntu-22.04
77 tools :
8- python : " 3.9 "
8+ python : ' 3.10 '
99
1010sphinx :
1111 configuration : docs/conf.py
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ authors = [
55]
66description = " Python bindings for the Plex API."
77readme = " README.rst"
8- requires-python = " >=3.9 "
8+ requires-python = " >=3.10 "
99keywords = [" plex" , " api" ]
1010license = " BSD-3-Clause"
1111classifiers = [
You can’t perform that action at this time.
0 commit comments