Make tox work with python 3.11
All checks were successful
buildbot/django-dav-events--test Build done.

This commit is contained in:
2023-05-24 09:47:38 +02:00
parent 5edec18ea9
commit 811983abfe
5 changed files with 13 additions and 15 deletions

View File

@@ -92,9 +92,9 @@ class QuickSetup(MyCommand):
setup(
name='django-dav-events',
version='2.1',
version='2.1.2',
description='A django based web application project to organize DAV Events.',
url='https://touren.alpenverein-karlsruhe.de',
url='https://dev.heinzelwerk.de/git/DAV-KA/django-dav-events',
author='Jens Kleineheismann',
author_email='heinzel@alpenverein-karlsruhe.de',
cmdclass={