Skip to content

Commit

Permalink
fix:Change the Python environment to 3.7+
Browse files Browse the repository at this point in the history
  • Loading branch information
amisadmin committed Feb 16, 2022
1 parent d2a334a commit 22fdd88
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 19 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@ name: Pytest

on:
workflow_dispatch:
# push:
# branches: [ master ]
# paths:
# - 'fastapi_amis_admin/**'
# - 'tests/**'
# pull_request:
# branches: [ master ]
# paths:
# - 'fastapi_amis_admin/**'
# - 'tests/**'
push:
branches: [ master ]
paths:
- 'fastapi_amis_admin/**'
- 'tests/**'
pull_request:
branches: [ master ]
paths:
- 'fastapi_amis_admin/**'
- 'tests/**'

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10" ]
python-version: [ "3.7", "3.8", "3.9", "3.10" ]
fail-fast: false

steps:
Expand Down
4 changes: 2 additions & 2 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<img src="https://img.shields.io/pypi/v/fastapi-amis-admin?color=blue" alt="Package version">
</a>
<a href="https://pypi.org/project/fastapi_amis_admin" target="_blank">
<img src="https://img.shields.io/badge/python-3.6%2B-blue" alt="Supported Python versions">
<img src="https://img.shields.io/badge/python-3.7%2B-blue" alt="Supported Python versions">
</a>
<a href="https://jq.qq.com/?_wv=1027&k=U4Dv6x8W" target="_blank">
<img src="https://img.shields.io/badge/qq群-229036692-orange" alt="229036692">
Expand All @@ -32,7 +32,7 @@

------

`fastapi-amis-admin`是一个基于`fastapi`+`amis`开发的高性能并且高效率 `web-admin` 框架,使用 Python 3.6+ 并基于标准的 Python 类型提示。
`fastapi-amis-admin`是一个基于`fastapi`+`amis`开发的高性能并且高效率 `web-admin` 框架,使用 Python 3.7+ 并基于标准的 Python 类型提示。
`fastapi-amis-admin`开发的初衷是为了完善`fastapi`应用生态, 为`fastapi` web应用程序快速生成一个可视化管理后台.
`fastapi-amis-admin`遵循`Apache2.0`协议免费开源, 但是为了更好的长期运营与维护此项目, `fastapi-amis-admin`非常希望能够得到大家的赞助与支持.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<img src="https://img.shields.io/pypi/v/fastapi-amis-admin?color=blue" alt="Package version">
</a>
<a href="https://pypi.org/project/fastapi_amis_admin" target="_blank">
<img src="https://img.shields.io/badge/python-3.6%2B-blue" alt="Supported Python versions">
<img src="https://img.shields.io/badge/python-3.7%2B-blue" alt="Supported Python versions">
</a>
<a href="https://jq.qq.com/?_wv=1027&k=U4Dv6x8W" target="_blank">
<img src="https://img.shields.io/badge/qq群-229036692-orange" alt="229036692">
Expand All @@ -32,7 +32,7 @@

------

`fastapi-amis-admin`是一个基于`fastapi`+`amis`开发的高性能并且高效率 `web-admin` 框架,使用 Python 3.6+ 并基于标准的 Python 类型提示。
`fastapi-amis-admin`是一个基于`fastapi`+`amis`开发的高性能并且高效率 `web-admin` 框架,使用 Python 3.7+ 并基于标准的 Python 类型提示。
`fastapi-amis-admin`开发的初衷是为了完善`fastapi`应用生态, 为`fastapi` web应用程序快速生成一个可视化管理后台.
`fastapi-amis-admin`遵循`Apache2.0`协议免费开源, 但是为了更好的长期运营与维护此项目, `fastapi-amis-admin`非常希望能够得到大家的赞助与支持.

Expand Down
4 changes: 2 additions & 2 deletions docs/zh/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<img src="https://img.shields.io/pypi/v/fastapi-amis-admin?color=blue" alt="Package version">
</a>
<a href="https://pypi.org/project/fastapi_amis_admin" target="_blank">
<img src="https://img.shields.io/badge/python-3.6%2B-blue" alt="Supported Python versions">
<img src="https://img.shields.io/badge/python-3.7%2B-blue" alt="Supported Python versions">
</a>
<a href="https://jq.qq.com/?_wv=1027&k=U4Dv6x8W" target="_blank">
<img src="https://img.shields.io/badge/qq群-229036692-orange" alt="229036692">
Expand All @@ -32,7 +32,7 @@

------

`fastapi-amis-admin`是一个基于`fastapi`+`amis`开发的高性能并且高效率 `web-admin` 框架,使用 Python 3.6+ 并基于标准的 Python 类型提示。
`fastapi-amis-admin`是一个基于`fastapi`+`amis`开发的高性能并且高效率 `web-admin` 框架,使用 Python 3.7+ 并基于标准的 Python 类型提示。
`fastapi-amis-admin`开发的初衷是为了完善`fastapi`应用生态, 为`fastapi` web应用程序快速生成一个可视化管理后台.
`fastapi-amis-admin`遵循`Apache2.0`协议免费开源, 但是为了更好的长期运营与维护此项目, `fastapi-amis-admin`非常希望能够得到大家的赞助与支持.

Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ maintainers = [
]
description = "fastapi-amis-admin is a high-performance, efficient and easily extensible FastAPI admin framework. Inspired by Django-admin, and has as many powerful functions as Django-admin. "
readme = "README.md"
requires-python = ">=3.6.1"
requires-python = ">=3.7"
dynamic = ["version"]
keywords = [
"fastapi",
Expand All @@ -29,7 +29,6 @@ classifiers = [
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit 22fdd88

Please sign in to comment.