3636 - name : " Setup Python"
3737 uses : actions/setup-python@v6
3838 with :
39- python-version : " 3.13 "
39+ python-version : " 3.14 "
4040 cache : " pip"
4141 cache-dependency-path : " pyproject.toml"
4242 - name : " Install dependencies"
5656 - name : " Setup Python"
5757 uses : actions/setup-python@v6
5858 with :
59- python-version : " 3.13 "
59+ python-version : " 3.14 "
6060 cache : " pip"
6161 cache-dependency-path : " pyproject.toml"
6262 - name : " Install dependencies"
7474 - name : " Setup Python"
7575 uses : actions/setup-python@v6
7676 with :
77- python-version : " 3.13 "
77+ python-version : " 3.14 "
7878 cache : " pip"
7979 cache-dependency-path : " pyproject.toml"
8080 - name : " Install dependencies"
9898 - name : " Setup Python"
9999 uses : actions/setup-python@v6
100100 with :
101- python-version : " 3.13 "
101+ python-version : " 3.14 "
102102 cache : " pip"
103103 cache-dependency-path : " pyproject.toml"
104104 - name : " Install dependencies"
@@ -124,7 +124,7 @@ jobs:
124124 - name : " Setup Python"
125125 uses : actions/setup-python@v6
126126 with :
127- python-version : " 3.13 "
127+ python-version : " 3.14 "
128128 cache : " pip"
129129 cache-dependency-path : " pyproject.toml"
130130 - name : " Install dependencies"
@@ -141,7 +141,7 @@ jobs:
141141 strategy :
142142 matrix :
143143 os : [ ubuntu-latest, windows-latest, macos-latest ]
144- python-version : [ "3.10", "3.11", "3.12", "3.13" ]
144+ python-version : [ "3.10", "3.11", "3.12", "3.13", "3.14" ]
145145 steps :
146146 - name : " Checkout Repository"
147147 uses : actions/checkout@v6
0 commit comments