File tree Expand file tree Collapse file tree 6 files changed +7
-8
lines changed
Expand file tree Collapse file tree 6 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 2525 - " windows-latest"
2626 - " ubuntu-latest"
2727 python-version :
28- - " 3.8"
2928 - " 3.9"
3029 - " 3.10"
3130 - " 3.11"
6766 - name : " Set up Python"
6867 uses : " actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c"
6968 with :
70- python-version : " 3.11 "
69+ python-version : " 3.12 "
7170
7271 - name : " Install nox"
7372 run : |
9695 - name : " Set up Python"
9796 uses : " actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c"
9897 with :
99- python-version : " 3.11 "
98+ python-version : " 3.12 "
10099
101100 - name : " Install nox"
102101 run : |
Original file line number Diff line number Diff line change 1- [ ![ Python 3.8 | 3. 9 | 3.10 | 3.11 | 3.12] ( https://img.shields.io/badge/Python-3.8%20%7C%203 .9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue )] ( https://www.python.org/downloads )
1+ [ ![ Python 3.9 | 3.10 | 3.11 | 3.12] ( https://img.shields.io/badge/Python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-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[ ![ pre-commit] ( https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white )] ( https://github.com/pre-commit/pre-commit )
44
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " module-name"
7- requires-python = " >=3.8 "
7+ requires-python = " >=3.9 "
88description = " Module Description"
99readme = " README.md"
1010license = { file = " LICENSE" }
Original file line number Diff line number Diff line change 11#
2- # This file is autogenerated by pip-compile with Python 3.11
2+ # This file is autogenerated by pip-compile with Python 3.12
33# by the following command:
44#
55# pip-compile --no-emit-index-url requirements/requirements-dev.in
Original file line number Diff line number Diff line change 11#
2- # This file is autogenerated by pip-compile with Python 3.11
2+ # This file is autogenerated by pip-compile with Python 3.12
33# by the following command:
44#
55# pip-compile --no-emit-index-url requirements/requirements-test.in
Original file line number Diff line number Diff line change 11#
2- # This file is autogenerated by pip-compile with Python 3.11
2+ # This file is autogenerated by pip-compile with Python 3.12
33# by the following command:
44#
55# pip-compile --no-emit-index-url requirements/requirements.in
You can’t perform that action at this time.
0 commit comments