Skip to content

Commit d7a34d6

Browse files
parmeetatalman
andauthored
Build and test py3.10 (#1625) (#1629)
Co-authored-by: Andrey Talman <[email protected]>
1 parent e25da15 commit d7a34d6

File tree

3 files changed

+174
-3
lines changed

3 files changed

+174
-3
lines changed

.circleci/config.yml

Lines changed: 172 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.circleci/regenerate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import os.path
2121

2222

23-
PYTHON_VERSIONS = ["3.7", "3.8", "3.9"]
23+
PYTHON_VERSIONS = ["3.7", "3.8", "3.9", "3.10"]
2424

2525
DOC_VERSION = ('linux', '3.8')
2626

packaging/pkg_helpers.bash

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,10 @@ setup_wheel_python() {
138138
python_abi=cp27-cp27m
139139
fi
140140
;;
141-
3.5) python_abi=cp35-cp35m ;;
142-
3.6) python_abi=cp36-cp36m ;;
143141
3.7) python_abi=cp37-cp37m ;;
144142
3.8) python_abi=cp38-cp38 ;;
145143
3.9) python_abi=cp39-cp39 ;;
144+
3.10) python_abi=cp310-cp310 ;;
146145
*)
147146
echo "Unrecognized PYTHON_VERSION=$PYTHON_VERSION"
148147
exit 1

0 commit comments

Comments
 (0)