build: 添加Python3.13支持并更新 tox 配置
1. 新增Python3.13版本的分类支持 2. 启用isolated_build模式,切换依赖安装为.[dev] 3. 简化pytest执行参数,新增传递更多环境变量
This commit is contained in:
@@ -5,6 +5,7 @@ classifiers = [
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Programming Language :: Python :: 3.13",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Topic :: Software Development :: Libraries :: Application Frameworks",
|
||||
|
||||
Reference in New Issue
Block a user