Skip to content

Commit 5395f2d

Browse files
committed
chore: adopt python 3.12 more consistently
1 parent 0f4d8b7 commit 5395f2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ jobs:
6767
fetch-depth: 0
6868
- uses: actions/setup-python@v5
6969
with:
70-
python-version: '3.11'
71-
architecture: x64
70+
python-version: '3.12'
7271
- run: pip install build
7372
- run: python -m build
7473
- uses: pypa/gh-action-pypi-publish@release/v1

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class Package(boilerplates.setup.Package):
2424
'Programming Language :: Python :: 3.9',
2525
'Programming Language :: Python :: 3.10',
2626
'Programming Language :: Python :: 3.11',
27+
'Programming Language :: Python :: 3.12',
2728
'Programming Language :: Python :: 3 :: Only',
2829
'Topic :: Software Development :: Version Control',
2930
'Topic :: Software Development :: Version Control :: Git',

0 commit comments

Comments
 (0)