Skip to content

Commit e73f0d5

Browse files
committed
test: only for python 3.6, 3.9
1 parent 6ff00df commit e73f0d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
max-parallel: 1
4545
matrix:
46-
python-version: [3.6, 3.9, "3.10"]
46+
python-version: [3.6, 3.9]
4747
steps:
4848
- uses: actions/checkout@v2
4949
- name: Set up Python

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
install_requires=install_requires,
4343
extras_require={
4444
'dev': ['sphinx', 'sphinx_rtd_theme'],
45-
'test': ['nose-py3', 'wsgi_intercept', 'flask'],
45+
'test': ['nose', 'wsgi_intercept', 'flask'],
4646
}
4747
)

0 commit comments

Comments
 (0)