We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7939753 commit cb2ba05Copy full SHA for cb2ba05
appveyor.yml
@@ -2,8 +2,8 @@ build: false
2
3
environment:
4
matrix:
5
- - PYTHON: "C:\\Python38"
6
- PYTHON_VERSION: "3.8"
+ - PYTHON: "C:\\Python310"
+ PYTHON_VERSION: "3.10"
7
PYTHON_ARCH: "32"
8
MINICONDA: C:\Miniconda3
9
setup.cfg
@@ -14,9 +14,9 @@ classifiers =
14
License :: OSI Approved :: MIT License
15
Natural Language :: English
16
Operating System :: OS Independent
17
- Programming Language :: Python :: 3.7
18
- Programming Language :: Python :: 3.8
19
Programming Language :: Python :: 3.9
+ Programming Language :: Python :: 3.10
+ Programming Language :: Python :: 3.11
20
Topic :: Scientific/Engineering
21
project_urls =
22
Documentation =
0 commit comments