File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 2828 - windows-2025
2929 python :
3030 - " 3.10"
31- - " 3.13 "
31+ - " 3.14 "
3232 coverage :
3333 - " nocov"
3434 # Test oldest and newest on all OS's, but others only on one
@@ -42,14 +42,14 @@ jobs:
4242 python : " 3.12"
4343 coverage : " nocov"
4444 resolution : " lowest-direct"
45- # Enable coverage on just one job
4645 - os : ubuntu-24.04
4746 python : " 3.13"
48- coverage : " cov "
47+ coverage : " nocov "
4948 resolution : " lowest-direct"
49+ # Enable coverage on just one job
5050 - os : ubuntu-24.04
51- python : " 3.14.0-rc.2 "
52- coverage : " nocov "
51+ python : " 3.14"
52+ coverage : " cov "
5353 resolution : " lowest-direct"
5454 env :
5555 # Shared env variables for all the tests
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ classifiers = [
2323 " Programming Language :: Python :: 3.11" ,
2424 " Programming Language :: Python :: 3.12" ,
2525 " Programming Language :: Python :: 3.13" ,
26+ " Programming Language :: Python :: 3.14" ,
2627 " Topic :: Internet :: WWW/HTTP" ,
2728 " Topic :: Software Development :: Libraries :: Python Modules" ,
2829 " Typing :: Typed" ,
You can’t perform that action at this time.
0 commit comments