Skip to content

Commit 0702747

Browse files
committed
extend tests to py2.7
1 parent fb44b4e commit 0702747

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/qiita-plugin-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.5", "3.6", "3.9", "3.10", "3.11", "3.12"]
14+
python-version: ["2.7", "3.5", "3.6", "3.9", "3.10", "3.11", "3.12"]
1515
steps:
1616
# Downloads a copy of the code in your repository before running CI tests
1717
- name: Check out repository code

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
Topic :: Software Development :: Libraries :: Application Frameworks
1919
Topic :: Software Development :: Libraries :: Python Modules
2020
Programming Language :: Python
21+
Programming Language :: Python :: 2.7
2122
Programming Language :: Python :: 3.5
2223
Programming Language :: Python :: 3.6
2324
Programming Language :: Python :: 3.9

0 commit comments

Comments
 (0)