Browse Source

[MNT] update support python verison

tags/v0.3.2
bxdd 2 years ago
parent
commit
baf86091cd
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      setup.py

+ 3
- 1
setup.py View File

@@ -108,8 +108,10 @@ if __name__ == "__main__":
"Operating System :: POSIX :: Linux",
"Operating System :: Microsoft :: Windows",
"Operating System :: MacOS",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
)

Loading…
Cancel
Save