Skip to content

Commit 54d7202

Browse files
committed
Try python 3.12
1 parent 000a8df commit 54d7202

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/publish-to-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Set up Python
1111
uses: actions/setup-python@v1
1212
with:
13-
python-version: 3.13
13+
python-version: 3.12
1414
- name: Build a binary wheel and a source tarball
1515
run: python setup.py sdist
1616
- name: Publish distribution package to Test PyPI

.github/workflows/pytest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Set up Python
1111
uses: actions/setup-python@v1
1212
with:
13-
python-version: 3.13
13+
python-version: 3.12
1414
- name: Install requirements
1515
run: pip install -r requirements.txt
1616
- name: Install test requirements

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
"Programming Language :: Python :: 3.10",
5454
"Programming Language :: Python :: 3.11",
5555
"Programming Language :: Python :: 3.12",
56-
"Programming Language :: Python :: 3.13",
5756
],
5857
python_requires=">=3.8",
5958
)

0 commit comments

Comments
 (0)