File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed
Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 4141 # - "windows-latest"
4242 - " ubuntu-latest"
4343 python-version :
44- - " 3.9"
4544 - " 3.10"
4645 - " 3.11"
4746 - " 3.12"
Original file line number Diff line number Diff line change 1- 3.9
1+ 3.10
Original file line number Diff line number Diff line change 1- [ ![ Python 3.9 | 3.10 | 3.11 | 3.12 | 3.13 ] ( https://img.shields.io/badge/Python-3.9 %20%7C%203.10 %20%7C%203.11 %20%7C%203.12 %20%7C%203.13 -blue )] ( https://www.python.org/downloads )
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 )
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.9 "
7+ requires-python = " >=3.10,<3.15 "
88description = " Module Description"
99readme = " README.md"
1010license = { file = " LICENSE" }
You can’t perform that action at this time.
0 commit comments