Skip to content

Commit cc48265

Browse files
committed
only test on python 3.7-3.10
1 parent 9932617 commit cc48265

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9"]
9+
python-version: ["3.7", "3.8", "3.9", "3.10"]
1010
steps:
1111
- uses: actions/checkout@v2
1212

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,7 @@ METAR: METAR KEWR 111851Z VRB03G19KT 2SM R04R/3000VP6000FT TSRA BR FEW015 BKN040
134134
Tests
135135
------------------------------------------------------------------------
136136

137-
The library is tested against Python 2.6, Python 2.7, Python 3.2, Python 3.3,
138-
Python 3.4, Python 3.5, and Python 3.6. A [tox](https://tox.readthedocs.io/en/latest/)
137+
The library is tested against Python 3.7-3.10. A [tox](https://tox.readthedocs.io/en/latest/)
139138
configuration file is included to easily run tests against each of these
140139
environments. To run tests against all environments, install tox and run:
141140

0 commit comments

Comments
 (0)