From b0d2ef7d6b9f4ab212b8a0bb135f54139519e47c Mon Sep 17 00:00:00 2001 From: AlexWells Date: Fri, 18 Feb 2022 09:08:15 +0000 Subject: [PATCH] Add Python 3.10 wheel builds --- .github/workflows/code.yml | 2 +- CHANGELOG.rst | 6 ++++++ setup.cfg | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index df3ff6c0..823f3194 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -35,7 +35,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python: [cp36, cp37, cp38, cp39] + python: [cp36, cp37, cp38, cp39, cp310] include: # Put coverage and results files in the project directory for mac diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 40371658..799af14c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,8 +10,14 @@ Versioning `_. Unreleased_ ----------- +Changed: + - `Improve handling of range settings for scalar records <../../pull/82>`_ +Added: + +- `Add Python 3.10 support <../../pull/85>`_ + 4.0.1_ - 2022-02-14 ------------------- diff --git a/setup.cfg b/setup.cfg index 653594f1..3004b03d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,6 +14,7 @@ classifiers = Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 [options] packages = softioc