Skip to content

Commit

Permalink
Remove Python 3.6 references and add Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWells-diamond committed Mar 19, 2024
1 parent dcd3e12 commit d6d1c63
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python: [cp36, cp37, cp38, cp39, cp310]
python: [cp37, cp38, cp39, cp310]

include:
# Put coverage and results files in the project directory for mac
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python: [cp36, cp37, cp38, cp39, cp310]
python: [cp37, cp38, cp39, cp310]

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

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Versioning <https://semver.org/spec/v2.0.0.html>`_.
Unreleased_
-----------

Changed:

- `AsyncioDispatcher cleanup tasks atexit <../../pull/138>`_

Fixed:

- `Fix conversion of ctypes pointers passed to C extension <../../pull/154>`_
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@ long_description_content_type = text/x-rst
classifiers =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10

[options]
packages = softioc
python_requires = >=3.6
python_requires = >=3.7

[options.entry_points]
# Include a command line script
Expand Down

0 comments on commit d6d1c63

Please sign in to comment.