Skip to content

Commit e787dbd

Browse files
committed
GitHub CI: '3.10' quoted, to not end up as 3.1.
setup.py: add 3.10 to package description
1 parent e72de86 commit e787dbd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
runs-on: windows-latest
109109
strategy:
110110
matrix:
111-
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
111+
python-version: [3.6, 3.7, 3.8, 3.9, '3.10']
112112
python-architecture: [x64, x86]
113113
steps:
114114
- name: Cache .hunter folder
@@ -159,7 +159,7 @@ jobs:
159159
runs-on: macos-latest
160160
strategy:
161161
matrix:
162-
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
162+
python-version: [3.6, 3.7, 3.8, 3.9, '3.10']
163163
steps:
164164
- name: Cache .hunter folder
165165
uses: actions/cache@v2

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ def build_extension(self, ext):
204204
"Programming Language :: Python :: 3.7",
205205
"Programming Language :: Python :: 3.8",
206206
"Programming Language :: Python :: 3.9",
207+
"Programming Language :: Python :: 3.10",
207208
"Programming Language :: C++",
208209
"Programming Language :: Python :: Implementation :: CPython",
209210
"Topic :: Scientific/Engineering",

0 commit comments

Comments
 (0)