File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2222 - ' 3.11'
2323 - ' 3.12'
2424 - ' 3.13'
25+ - ' 3.14'
2526 steps :
2627 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2728 with :
5758 - ' 3.11'
5859 - ' 3.12'
5960 - ' 3.13'
61+ - ' 3.14'
6062 steps :
6163 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6264 with :
Original file line number Diff line number Diff line change @@ -205,6 +205,7 @@ def run(self):
205205 "Programming Language :: Python :: 3.11" ,
206206 "Programming Language :: Python :: 3.12" ,
207207 "Programming Language :: Python :: 3.13" ,
208+ "Programming Language :: Python :: 3.14" ,
208209 "Topic :: Software Development"
209210 ]
210211)
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ envlist =
55 py3.11,
66 py3.12,
77 py3.13,
8+ py3.14,
89 py3-flake8-src,
910 py3-flake8-other
1011
You can’t perform that action at this time.
0 commit comments