Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat(build): officially support and test python 3.10#1617

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
max-wittig merged 1 commit intomasterfromfeat/support-3.10
Oct 6, 2021
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions.github/workflows/docs.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version:3.9
python-version:"3.10"
- name: Install dependencies
run: pip install tox
- name: Build docs
Expand All@@ -34,7 +34,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version:3.9
python-version:"3.10"
- name: Install dependencies
run: pip install tox twine wheel
- name: Check twine readme rendering
Expand Down
8 changes: 5 additions & 3 deletions.github/workflows/test.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -25,7 +25,9 @@ jobs:
toxenv: py38
- python-version: 3.9
toxenv: py39
- python-version: 3.9
- python-version: "3.10"
toxenv: py310
- python-version: "3.10"
toxenv: smoke
steps:
- uses: actions/checkout@v2
Expand All@@ -50,7 +52,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version:3.9
python-version:"3.10"
- name: Install dependencies
run: pip install tox pytest-github-actions-annotate-failures
- name: Run tests
Expand All@@ -71,7 +73,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version:3.9
python-version:"3.10"
- name: Install dependencies
run: pip install tox pytest-github-actions-annotate-failures
- name: Run tests
Expand Down
1 change: 1 addition & 0 deletionssetup.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -45,6 +45,7 @@ def get_version():
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
],
extras_require={
"autocompletion": ["argcomplete>=1.10.0,<2"],
Expand Down
2 changes: 1 addition & 1 deletiontox.ini
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py39,py38,py37,py36,pep8,black,twine-check,mypy,isort
envlist =py310,py39,py38,py37,py36,pep8,black,twine-check,mypy,isort

[testenv]
passenv = GITLAB_IMAGE GITLAB_TAG
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp