Skip to content

Commit 4f1e19b

Browse files
Remove Python 3.6 references and add Changelog
1 parent de8f467 commit 4f1e19b

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/code.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
fail-fast: false
5555
matrix:
5656
os: [ubuntu-latest, windows-latest, macos-latest]
57-
python: [cp36, cp37, cp38, cp39, cp310]
57+
python: [cp37, cp38, cp39, cp310]
5858

5959
include:
6060
# Put coverage and results files in the project directory for mac
@@ -147,7 +147,7 @@ jobs:
147147
fail-fast: false
148148
matrix:
149149
os: [ubuntu-latest, windows-latest, macos-latest]
150-
python: [cp36, cp37, cp38, cp39, cp310]
150+
python: [cp37, cp38, cp39, cp310]
151151

152152
runs-on: ${{ matrix.os }}
153153

CHANGELOG.rst

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

13-
Nothing yet
13+
Changed:
14+
15+
- `AsyncioDispatcher cleanup tasks atexit <../../pull/138>`_
1416

1517
4.4.0_ - 2023-07-06
1618
-------------------

setup.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,14 @@ long_description_content_type = text/x-rst
1010
classifiers =
1111
Development Status :: 5 - Production/Stable
1212
License :: OSI Approved :: Apache Software License
13-
Programming Language :: Python :: 3.6
1413
Programming Language :: Python :: 3.7
1514
Programming Language :: Python :: 3.8
1615
Programming Language :: Python :: 3.9
1716
Programming Language :: Python :: 3.10
1817

1918
[options]
2019
packages = softioc
21-
python_requires = >=3.6
20+
python_requires = >=3.7
2221

2322
[options.entry_points]
2423
# Include a command line script

0 commit comments

Comments
 (0)