Skip to content

Commit c7500c6

Browse files
committed
bump python version
1 parent 788db49 commit c7500c6

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ jobs:
88

99
strategy:
1010
matrix:
11-
python: ['2.7', '3.6']
11+
python: ['3.8', '3.9', '3.11']
1212

1313
name: Python ${{ matrix.python }} test
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717

18-
- uses: actions/setup-python@v2
18+
- uses: actions/setup-python@v4
1919
with:
2020
python-version: ${{ matrix.python }}
2121

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python 3.6.7 2.7.17
1+
python 3.8.16

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ beta_code.beta_code_to_greek(u'f2a/nac', custom_map={ u'f2': u'ϝ' })
3131

3232
`python -m unittest tests/test_beta_code.py`
3333

34-
### In Python 2
35-
36-
`cd tests/ && python -m unittest test_beta_code`
37-
3834
## Updating JSON
3935

4036
```bash

0 commit comments

Comments
 (0)