File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122122 fail-fast : false
123123 matrix :
124124 include :
125- - python-version : ' 3.13 ' # latest
125+ - python-version : ' 3.14 ' # latest
126126 os : ubuntu-latest
127127 toxenv-factors : ' -current'
128128 - python-version : ' 3.9' # lowest
@@ -210,7 +210,8 @@ jobs:
210210 - macos-latest
211211 - windows-latest
212212 python-version :
213- - " 3.13" # highest supported
213+ - " 3.14" # highest supported
214+ - " 3.13"
214215 - " 3.12"
215216 - " 3.11"
216217 - " 3.10"
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ classifiers = [
5757 " Programming Language :: Python :: 3.11" ,
5858 " Programming Language :: Python :: 3.12" ,
5959 " Programming Language :: Python :: 3.13" ,
60+ " Programming Language :: Python :: 3.14" ,
6061 " Typing :: Typed"
6162]
6263[tool .poetry .urls ]
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ minversion = 4.0
88envlist =
99 flake8
1010 mypy-{current,lowest}
11- py{313,312,311,310,39 }
11+ py3{14,13,12,11,10,9 }
1212 bandit
1313 deptry
1414skip_missing_interpreters = True
You can’t perform that action at this time.
0 commit comments