Browse Source

test against python3.11 & declare compatibility

Fabian Peter Hammerle 1 year ago
parent
commit
1c946d61f1
3 changed files with 4 additions and 0 deletions
  1. 1 0
      .github/workflows/python.yml
  2. 2 0
      CHANGELOG.md
  3. 1 0
      setup.py

+ 1 - 0
.github/workflows/python.yml

@@ -38,6 +38,7 @@ jobs:
         - '3.8'
         - '3.9'
         - '3.10'
+        - '3.11'
       fail-fast: false
     steps:
     - uses: actions/checkout@v3

+ 2 - 0
CHANGELOG.md

@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
 ## [Unreleased]
+### Added
+- declare compatibility with `python3.11`
 
 ## [1.0.0] - 2022-08-01
 ### Added

+ 1 - 0
setup.py

@@ -46,6 +46,7 @@ setuptools.setup(
         "Programming Language :: Python :: 3.8",
         "Programming Language :: Python :: 3.9",
         "Programming Language :: Python :: 3.10",
+        "Programming Language :: Python :: 3.11",
         "Topic :: Utilities",
     ],
     entry_points={