File tree Expand file tree Collapse file tree 6 files changed +302
-176
lines changed
Expand file tree Collapse file tree 6 files changed +302
-176
lines changed Original file line number Diff line number Diff line change 55 python-version :
66 description : " Python version to use"
77 required : false
8- default : " 3.13 "
8+ default : " 3.14 "
99 cache-key-suffix :
1010 description : " Additional suffix for cache key"
1111 required : false
Original file line number Diff line number Diff line change 55 outputs :
66 python-version :
77 description : " Python version to use"
8- value : " 3.13 "
8+ value : " 3.14 "
99 poetry-cache-path :
1010 description : " Poetry cache paths"
1111 value : |
1919 config :
2020 runs-on : ubuntu-latest
2121 outputs :
22- python-version : " 3.13 "
22+ python-version : " 3.14 "
2323 poetry-cache-path : |
2424 ~/.cache/pypoetry
2525 ~/.poetry
Original file line number Diff line number Diff line change 1- 3.13.3
1+ 3.14.2
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ The main CI workflow is defined in `.github/workflows/main.yml`.
7575This project includes the following dependencies:
7676
7777- ** Core Dependencies** :
78- - ` python ` : ^3.13 (switch the ` .python-version ` file to your liking)
78+ - ` python ` : ^3.14 (switch the ` .python-version ` file to your liking)
7979 - ` loguru ` : ^0.7.3 (useful logging package)
8080
8181- ** Development Dependencies** :
@@ -104,7 +104,7 @@ pyenv install --list
104104Download & install a specific Python version:
105105
106106``` bash
107- pyenv install 3.13.3
107+ pyenv install 3.14.2
108108```
109109
110110List the global Python version set by your system:
@@ -122,13 +122,13 @@ pyenv local
122122Set the global Python version for your system:
123123
124124``` bash
125- pyenv global 3.13.3
125+ pyenv global 3.14.2
126126```
127127
128128Set the local Python version for your project:
129129
130130``` bash
131- pyenv local 3.13.3
131+ pyenv local 3.14.2
132132```
133133
134134Feel free to utilize Pyenv and modify the ` .python-version ` file to your preference.
You can’t perform that action at this time.
0 commit comments