Skip to content

Commit

Permalink
测试 Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed Oct 8, 2020
1 parent 441f360 commit 6480ea8
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ jobs:
path: test-reports
destination: test-reports

python3.9:
<<: *DEFAULT
docker:
- image: circleci/python:3.9
environment:
TOX_ENV: py39

python3.7:
<<: *DEFAULT
docker:
Expand Down Expand Up @@ -135,6 +142,7 @@ workflows:
version: 2
testing:
jobs:
- python3.9
- python3.8
- python3.7
- python3.6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
os: [windows-latest]
# python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
python-version: [3.8]
tox-env: [py27, py35, py36, py37, py38]
tox-env: [py27, py35, py36, py37, py38, py39]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* GitHub: https://github.com/mozillazg/python-pinyin
* License: MIT license
* PyPI: https://pypi.org/project/pypinyin
* Python version: 2.7, pypy, pypy3, 3.4, 3.5, 3.6, 3.7, 3.8
* Python version: 2.7, pypy, pypy3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9

.. contents::

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* GitHub: https://github.com/mozillazg/python-pinyin
* License: MIT license
* PyPI: https://pypi.org/project/pypinyin
* Python version: 2.7, pypy, pypy3, 3.4, 3.5, 3.6, 3,7, 3,8
* Python version: 2.7, pypy, pypy3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9


特性
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def long_description():
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Utilities',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py26, py27, py33, py34, py35, py36, py37, py38, pypy, pypy3
envlist = py26, py27, py33, py34, py35, py36, py37, py38, py39, pypy, pypy3

[base]
deps =
Expand Down

0 comments on commit 6480ea8

Please sign in to comment.