Skip to content

Commit 1d7e90e

Browse files
Add Python 3.10 wheel builds
1 parent 3a5586e commit 1d7e90e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/code.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fail-fast: false
3636
matrix:
3737
os: [ubuntu-latest, windows-latest, macos-latest]
38-
python: [cp36, cp37, cp38, cp39]
38+
python: [cp36, cp37, cp38, cp39, cp310]
3939

4040
include:
4141
# Put coverage and results files in the project directory for mac

setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ classifiers =
1414
Programming Language :: Python :: 3.7
1515
Programming Language :: Python :: 3.8
1616
Programming Language :: Python :: 3.9
17+
Programming Language :: Python :: 3.10
1718

1819
[options]
1920
packages = softioc

0 commit comments

Comments
 (0)