File tree 3 files changed +2
-3
lines changed
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 10
10
- name : Set up Python
11
11
uses : actions/setup-python@v1
12
12
with :
13
- python-version : 3.13
13
+ python-version : 3.12
14
14
- name : Build a binary wheel and a source tarball
15
15
run : python setup.py sdist
16
16
- name : Publish distribution package to Test PyPI
Original file line number Diff line number Diff line change 10
10
- name : Set up Python
11
11
uses : actions/setup-python@v1
12
12
with :
13
- python-version : 3.13
13
+ python-version : 3.12
14
14
- name : Install requirements
15
15
run : pip install -r requirements.txt
16
16
- name : Install test requirements
Original file line number Diff line number Diff line change 53
53
"Programming Language :: Python :: 3.10" ,
54
54
"Programming Language :: Python :: 3.11" ,
55
55
"Programming Language :: Python :: 3.12" ,
56
- "Programming Language :: Python :: 3.13" ,
57
56
],
58
57
python_requires = ">=3.8" ,
59
58
)
You can’t perform that action at this time.
0 commit comments