Browse Source

test against python3.11 & declare compatibility

https://github.com/fphammerle/ical2vdir/commit/1c946d61f17c0cab026d80073418db5290cbe025
Fabian Peter Hammerle 1 year ago
parent
commit
f664ea7b00
3 changed files with 5 additions and 0 deletions
  1. 1 0
      .github/workflows/python.yml
  2. 3 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

+ 3 - 0
CHANGELOG.md

@@ -5,6 +5,9 @@ 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`
+
 ### Removed
 - compatibility with `python3.5` & `python3.6`
 

+ 1 - 0
setup.py

@@ -54,6 +54,7 @@ setuptools.setup(
         "Programming Language :: Python :: 3.8",
         "Programming Language :: Python :: 3.9",
         "Programming Language :: Python :: 3.10",
+        "Programming Language :: Python :: 3.11",
         "Topic :: Home Automation",
         "Topic :: Communications",
     ],