Skip to content

Commit 50e0c53

Browse files
committed
change name, reflect this in README
use Py3.11 to build doco
1 parent 2aafb42 commit 50e0c53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pythonpackage.yml .github/workflows/master.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ jobs:
5757
runs-on: ubuntu-latest
5858
steps:
5959
- uses: actions/checkout@v2
60-
- name: Set up Python 3.7
60+
- name: Set up Python 3.11
6161
uses: actions/setup-python@v1
6262
with:
63-
python-version: 3.7
63+
python-version: 3.11
6464
- name: Install dependencies
6565
run: |
6666
python -m pip install --upgrade pip

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/pgraph-python)](https://pypi.python.org/pypi/pgraph-python/)
88
[![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](https://github.com/petercorke/pgraph-python/blob/master/LICENSE)
99

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)
1111
[![Coverage](https://codecov.io/gh/petercorke/pgraph-python/branch/master/graph/badge.svg)](https://codecov.io/gh/petercorke/pgraph-python)
1212
![pypi downloads](https://img.shields.io/pypi/dw/pgraph-python)
1313

0 commit comments

Comments
 (0)