Skip to content

Commit 635aff4

Browse files
committed
Update supported versions
- v3.6 released on 2016-10-23, end-of-life on 2021-10-23 - v3.7 released on 2018-07-27, supported till 2023-06-27 - v3.8 released on 2019-10-14, supported till 2024-10-14 - v3.9 released on 2020-10-05, supported till 2025-10-05 - v3.10 released on 2021-10-04, supported till 2026-10-04 Presumably, PyPy supports their implementation till the end-of-life for CPython's version? It's not clear, but they dropped support for v3.6 a year earlier than CPython. - pypy3.7 released on 2020-09-24 - pypy3.8 released on 2021-10-17
1 parent 229db4f commit 635aff4

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,12 @@ jobs:
2929
strategy:
3030
matrix:
3131
python-version:
32-
- 3.6
3332
- 3.7
3433
- 3.8
3534
- 3.9
35+
- "3.10"
3636
- pypy-3.7
37+
- pypy-3.8
3738
steps:
3839
- uses: actions/checkout@v2
3940

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
coverage==5.5
2-
pytest==6.2.2
2+
pytest==6.2.5

0 commit comments

Comments
 (0)