Skip to content

Commit f9b9b9d

Browse files
authored
Test Python 3.4 and 3.11 (#24)
1 parent ea13e44 commit f9b9b9d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest]
15-
# 2020-03-30: use "3.10.0-alpha - 3.10" to get Python 3.10 alpha
15+
# The list of all available versions can be found here:
16+
# https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
1617
python:
1718
- "2.7"
1819
- "3.5"
@@ -21,13 +22,16 @@ jobs:
2122
- "3.8"
2223
- "3.9"
2324
- "3.10"
25+
- "3.11.0-alpha.5"
2426
- "pypy2"
2527
- "pypy3"
2628
include:
2729
- os: windows-latest
2830
python: 3.6
2931
- os: macos-latest
3032
python: 3.6
33+
- os: ubuntu-18.04
34+
python: 3.4
3135

3236
steps:
3337
- uses: actions/checkout@v2

docs/api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ functions for old Python versions.
77

88
Supported Python versions:
99

10-
* Python 2.7, Python 3.5 - 3.11
10+
* Python 2.7, Python 3.4 - 3.11
1111
* PyPy 2.7, 3.6 and 3.7
1212

1313
C++ is supported on Python 3.6 and newer.

0 commit comments

Comments
 (0)