-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrepo_helper.yml
50 lines (44 loc) · 872 Bytes
/
repo_helper.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
modname: wordle
copyright_years: "2020-2021"
author: "Dominic Davis-Foster"
email: "dominic@davis-foster.co.uk"
version: "0.2.1"
username: "domdfcoding"
license: 'MIT'
short_desc: 'Create a wordcloud for a Git repository.'
enable_conda: False
python_deploy_version: 3.7
min_coverage: 95
use_whey: True
# Versions to run tests for
python_versions:
'3.6':
matrix_exclude:
pillow:
- 9.0
- 9.1
- 9.2
'3.7':
'3.8':
'3.9':
'3.10':
'3.11-dev':
classifiers:
- "Development Status :: 3 - Alpha"
- 'Intended Audience :: Developers'
- 'Topic :: Software Development :: Libraries :: Python Modules'
- 'Topic :: Utilities'
imgbot_ignore:
- "examples/*"
- "tests/test_wordle_/*"
tox_requirements:
- "tox-pip-version>=0.0.7"
third_party_version_matrix:
pillow:
- 8.1
- 8.2
- 8.3
- 8.4
- 9.0
- 9.1
- 9.2