Lukasz Taczuk
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
5 additions and
2 deletions
-
.github/workflows/testing_initiative.yml
-
dev_requirements.txt
-
setup.py
|
|
@ -36,7 +36,7 @@ jobs: |
|
|
|
- ubuntu-20.04 |
|
|
|
- macos-latest |
|
|
|
- windows-latest |
|
|
|
python-version: [2.7, 3.6, 3.7, 3.8, 3.9] |
|
|
|
python-version: [2.7, 3.6, 3.7, 3.8, 3.9, "3.10", 3.11] |
|
|
|
no-coverage: [0] |
|
|
|
include: |
|
|
|
- os: ubuntu-20.04 |
|
|
|
|
|
@ -1,7 +1,8 @@ |
|
|
|
|
|
|
|
-r requirements.txt |
|
|
|
|
|
|
|
vcrpy==2.0.1 |
|
|
|
vcrpy==2.0.1; python_version <= '3.6' |
|
|
|
vcrpy==4.3.0; python_version > '3.6' |
|
|
|
PyYAML>=5.4 |
|
|
|
mock==1.3.0 |
|
|
|
|
|
|
|
|
|
@ -54,6 +54,8 @@ setup( |
|
|
|
'Programming Language :: Python :: 3.7', |
|
|
|
'Programming Language :: Python :: 3.8', |
|
|
|
'Programming Language :: Python :: 3.9', |
|
|
|
'Programming Language :: Python :: 3.10', |
|
|
|
'Programming Language :: Python :: 3.11', |
|
|
|
'Programming Language :: Python :: Implementation :: PyPy', |
|
|
|
], |
|
|
|
keywords='valve steam steamid api webapi steamcommunity', |
|
|
|