File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,13 +82,13 @@ jobs:
8282 run : python test_pywinctl.py
8383
8484 sphinx :
85- runs-on : ubuntu-24.04-arm # Keep in sync with build.os in .readthedocs.yaml
85+ runs-on : ubuntu-lts-latest # Keep in sync with build.os in .readthedocs.yaml
8686 timeout-minutes : *timeout-minutes
8787 steps :
8888 - uses : actions/checkout@v6
8989 - uses : astral-sh/setup-uv@v8.2.0
9090 with :
91- python-version : ${{ matrix. python-version }}
91+ python-version : " 3.14 " # Keep in sync with build.tools. python in .readthedocs.yaml
9292 activate-environment : true
9393 - run : uv sync --locked --no-default-groups --group=docs
9494 - name : Build docs
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ version: 2
66
77# Set the OS, Python version and other tools you might need
88build :
9- os : ubuntu-24.04 # Keep in sync with runs-on in .github/workflows/ci.yml
9+ os : ubuntu-lts-latest # Keep in sync with runs-on in .github/workflows/ci.yml
1010 tools :
11- python : " 3.11 " # Keep in sync with python-version in .github/workflows/ci.yml
11+ python : " 3.14 " # Keep in sync with python-version in .github/workflows/ci.yml
1212 # You can also specify other tool versions:
1313 # nodejs: "20"
1414 # rust: "1.70"
Original file line number Diff line number Diff line change @@ -50,6 +50,9 @@ classifiers = [
5050 " Programming Language :: Python :: 3.9" ,
5151 " Programming Language :: Python :: 3.10" ,
5252 " Programming Language :: Python :: 3.11" ,
53+ " Programming Language :: Python :: 3.12" ,
54+ " Programming Language :: Python :: 3.13" ,
55+ " Programming Language :: Python :: 3.14" ,
5356]
5457dependencies = [
5558 " ewmhlib>=0.2; sys_platform == 'linux'" ,
Original file line number Diff line number Diff line change 6060 'Programming Language :: Python :: 3 :: Only' ,
6161 'Programming Language :: Python :: 3.9' ,
6262 'Programming Language :: Python :: 3.10' ,
63- 'Programming Language :: Python :: 3.11'
63+ 'Programming Language :: Python :: 3.11' ,
64+ "Programming Language :: Python :: 3.12" ,
65+ "Programming Language :: Python :: 3.13" ,
66+ "Programming Language :: Python :: 3.14" ,
6467 ],
6568)
You can’t perform that action at this time.
0 commit comments