Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📝 在README中声明支持的Python版本情况 #28

Merged
merged 2 commits into from
Oct 29, 2023
Merged
Show file tree
Hide file tree
Changes from all 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
12 changes: 12 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,19 @@ on:
push:
branches:
- main
paths:
- nonebot_plugin_skland_arksign/**
- tests/**
- pyproject.toml
- poetry.lock
- .github/**
pull_request:
paths:
- nonebot_plugin_skland_arksign/**
- tests/**
- pyproject.toml
- poetry.lock
- .github/**

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ plugins = ["nonebot_plugin_skland_arksign"]

</details>

> [!IMPORTANT]
> 如果想在 **Python <= 3.9** 的环境中使用,请选择 `v0.5.8`,这是最后一个支持 **Python <= 3.9** 的 Release
> ~严格来说其实是第一个以及最后一个,因为之前的版本有不适用于**非3.10以下**的类型注解语法,为此专门发布的一个可用的支持版本~
> 对于其他**非** `v0.5.8` 版本,都有可能不兼容 **Python <= 3.9**

## 🎉 使用

插件命令名为`skland`, 可用别名:`skl`、`skd`、`森空岛`
Expand Down