File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,17 +17,22 @@ jobs:
1717 strategy :
1818 fail-fast : false
1919 matrix :
20- os : ["ubuntu-22.04", "ubuntu-24.04"]
20+ os : ["ubuntu-22.04", "ubuntu-24.04", "ubuntu-26.04" ]
2121 python : [
2222 " 3.9" ,
2323 " 3.10" ,
2424 " 3.11" ,
2525 " 3.12" ,
2626 " 3.13" ,
27+ " 3.14" ,
2728 ]
2829 exclude :
2930 - os : " ubuntu-22.04"
3031 python : " 3.13"
32+ - os : " ubuntu-22.04"
33+ python : " 3.14"
34+ - os : " ubuntu-26.04"
35+ python : " 3.9"
3136 runs-on : ${{ matrix.os }}
3237 concurrency :
3338 group : ${{ github.workflow }}-${{ matrix.python }}-${{ matrix.os }}-${{ github.ref }}
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ classifiers = [
2222 " Programming Language :: Python :: 3.11" ,
2323 " Programming Language :: Python :: 3.12" ,
2424 " Programming Language :: Python :: 3.13" ,
25+ " Programming Language :: Python :: 3.14" ,
2526 " Topic :: Software Development :: Libraries :: Python Modules" ,
2627 " Topic :: System :: Logging" ,
2728 " Topic :: System :: Systems Administration" ,
You can’t perform that action at this time.
0 commit comments