File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ jobs:
57
57
runs-on : ubuntu-latest
58
58
steps :
59
59
- uses : actions/checkout@v2
60
- - name : Set up Python 3.7
60
+ - name : Set up Python 3.11
61
61
uses : actions/setup-python@v1
62
62
with :
63
- python-version : 3.7
63
+ python-version : 3.11
64
64
- name : Install dependencies
65
65
run : |
66
66
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 7
7
[ ![ PyPI pyversions] ( https://img.shields.io/pypi/pyversions/pgraph-python )] ( https://pypi.python.org/pypi/pgraph-python/ )
8
8
[ ![ GitHub license] ( https://img.shields.io/github/license/Naereen/StrapDown.js.svg )] ( https://github.com/petercorke/pgraph-python/blob/master/LICENSE )
9
9
10
- [ ![ Build Status] ( https://github.com/petercorke/pgraph-python/actions/workflows/pythonpackage .yml/badge.svg )] ( https://github.com/petercorke/pgraph-python/actions?query=workflow%3Abuild )
10
+ [ ![ Build Status] ( https://github.com/petercorke/pgraph-python/actions/workflows/master .yml/badge.svg )] ( https://github.com/petercorke/pgraph-python/actions?query=workflow%3Abuild )
11
11
[ ![ Coverage] ( https://codecov.io/gh/petercorke/pgraph-python/branch/master/graph/badge.svg )] ( https://codecov.io/gh/petercorke/pgraph-python )
12
12
![ pypi downloads] ( https://img.shields.io/pypi/dw/pgraph-python )
13
13
You can’t perform that action at this time.
0 commit comments