Skip to content

Commit b0d2ef7

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

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-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

CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,14 @@ Versioning <https://semver.org/spec/v2.0.0.html>`_.
1010
Unreleased_
1111
-----------
1212

13+
Changed:
14+
1315
- `Improve handling of range settings for scalar records <../../pull/82>`_
1416

17+
Added:
18+
19+
- `Add Python 3.10 support <../../pull/85>`_
20+
1521
4.0.1_ - 2022-02-14
1622
-------------------
1723

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)