Skip to content

Commit ac357fb

Browse files
committed
Pin Jinja2, drop 3.7 support (#73)
- Pin Jinja2 version #71 - Remove 3.9 #72 - Bump version: v0.4.5 -> 0.4.6
1 parent 312ce27 commit ac357fb

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/python-package.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.7', '3.8', '3.9']
14+
python-version: ['3.8', '3.9']
1515
env:
1616
work_dir: ./test_folder
1717

github_stats_pages/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.5"
1+
__version__ = "0.4.6"

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
requests>=2.22.0
22
pandas==1.2.4
33
github-traffic-stats==1.2.0
4+
Jinja2==3.0.3
45
bokeh==2.3.0
56
markdown==3.3.4
67
PyGithub==1.55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='github-stats-pages',
11-
version='0.4.5',
11+
version='0.4.6',
1212
packages=['github_stats_pages'],
1313
scripts=['scripts/get_repo_list',
1414
'scripts/gts_run_all_repos',

0 commit comments

Comments
 (0)