Skip to content

Commit cb2ba05

Browse files
author
Takaya Uchida
committed
newer python versions
1 parent 7939753 commit cb2ba05

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ build: false
22

33
environment:
44
matrix:
5-
- PYTHON: "C:\\Python38"
6-
PYTHON_VERSION: "3.8"
5+
- PYTHON: "C:\\Python310"
6+
PYTHON_VERSION: "3.10"
77
PYTHON_ARCH: "32"
88
MINICONDA: C:\Miniconda3
99

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ classifiers =
1414
License :: OSI Approved :: MIT License
1515
Natural Language :: English
1616
Operating System :: OS Independent
17-
Programming Language :: Python :: 3.7
18-
Programming Language :: Python :: 3.8
1917
Programming Language :: Python :: 3.9
18+
Programming Language :: Python :: 3.10
19+
Programming Language :: Python :: 3.11
2020
Topic :: Scientific/Engineering
2121
project_urls =
2222
Documentation =

0 commit comments

Comments
 (0)