Skip to content

Commit 22f3b95

Browse files
committed
[README.md] update for v1.0.1 release
1 parent 5c22431 commit 22f3b95

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
This GitHub Action installs the Python [hyperglot](https://github.com/rosettatype/hyperglot) package and executes **font language support testing** based on [Hyperglot database definitions](https://github.com/rosettatype/hyperglot/blob/master/README_database.md). `hyperglot` executable installation and execution defaults can be configured with optional Action settings.
77

8-
The project is tested against the latest GitHub Actions Linux runner environment cPython versions 3.7 - 3.10 interpreters on a nightly basis. We recommend use in the ubuntu-latest GitHub Actions runner environment.
8+
The project is tested against the latest GitHub Actions Linux runner environment cPython versions 3.8 - 3.11 interpreters on a nightly basis. We recommend use in the ubuntu-latest GitHub Actions runner environment.
99

1010
## Quick Start
1111

@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Python environment
3131
uses: actions/setup-python@v4
3232
with:
33-
python-version: "3.10"
33+
python-version: "3.11"
3434
- name: Build fonts
3535
run: [YOUR BUILD COMMAND]]
3636
- name: Hyperglot (default)
@@ -59,7 +59,7 @@ jobs:
5959
- name: Set up Python environment
6060
uses: actions/setup-python@v4
6161
with:
62-
python-version: "3.10"
62+
python-version: "3.11"
6363
- name: Build fonts
6464
run: [YOUR BUILD COMMAND]]
6565
- name: Hyperglot (custom)
@@ -91,7 +91,7 @@ jobs:
9191
- name: Set up Python environment
9292
uses: actions/setup-python@v4
9393
with:
94-
python-version: "3.10"
94+
python-version: "3.11"
9595
- name: Build fonts
9696
run: [YOUR BUILD COMMAND]]
9797
- name: Hyperglot (custom)

0 commit comments

Comments
 (0)