File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ jobs:
2323 # - "windows-latest"
2424 - " ubuntu-latest"
2525 python-version :
26- - " 3.10"
2726 - " 3.11"
2827 - " 3.12"
2928 - " 3.13"
3029 - " 3.14"
30+ - " 3.15"
3131
3232 steps :
3333 - name : " Repo checkout"
Original file line number Diff line number Diff line change 1- 3.10
1+ 3.11
Original file line number Diff line number Diff line change 1- [ ![ Python 3.10 | 3.11 | 3.12 | 3.13 | 3.14 ] ( https://img.shields.io/badge/Python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-blue )] ( https://www.python.org/downloads )
1+ [ ![ Python 3.11 | 3.12 | 3.13 | 3.14 | 3.15 ] ( https://img.shields.io/badge/Python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-blue )] ( https://www.python.org/downloads )
22[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
33[ ![ Nox] ( https://img.shields.io/badge/%F0%9F%A6%8A-Nox-D85E00.svg )] ( https://github.com/wntrblm/nox )
44
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " module-name"
7- requires-python = " >=3.10 "
7+ requires-python = " >=3.11 "
88description = " Module Description"
99readme = " README.md"
1010license = " MIT"
You can’t perform that action at this time.
0 commit comments