File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 20
20
" 3.10" ,
21
21
" 3.11" ,
22
22
" 3.12" ,
23
+ " 3.13" ,
23
24
]
24
25
steps :
25
26
- name : Checkout
56
57
" 3.10" ,
57
58
" 3.11" ,
58
59
" 3.12" ,
60
+ " 3.13" ,
59
61
]
60
62
steps :
61
63
- name : Checkout
82
84
" 3.10" ,
83
85
" 3.11" ,
84
86
" 3.12" ,
87
+ " 3.13" ,
85
88
]
86
89
steps :
87
90
- name : Checkout
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ def read(path: str) -> str:
52
52
"aiopg==1.4.0" ,
53
53
"bitmath==1.3.3.1" ,
54
54
"importlib-metadata; python_version<'3.8'" ,
55
- "kopf==1.36.2 " ,
55
+ "kopf==1.37.4 " ,
56
56
"kubernetes-asyncio==31.1.0" ,
57
57
"PyYAML<7.0" ,
58
58
"prometheus_client==0.21.1" ,
@@ -82,14 +82,15 @@ def read(path: str) -> str:
82
82
"mypy==1.13.0" ,
83
83
],
84
84
},
85
- python_requires = ">=3.10,<3.13 " ,
85
+ python_requires = ">=3.10,<3.14 " ,
86
86
classifiers = [
87
87
"Development Status :: 5 - Production/Stable" ,
88
88
"License :: OSI Approved :: Apache Software License" ,
89
89
"Programming Language :: Python :: 3" ,
90
90
"Programming Language :: Python :: 3.10" ,
91
91
"Programming Language :: Python :: 3.11" ,
92
92
"Programming Language :: Python :: 3.12" ,
93
+ "Programming Language :: Python :: 3.13" ,
93
94
],
94
95
use_scm_version = True ,
95
96
)
You can’t perform that action at this time.
0 commit comments