From f418d343bf31d69d935606eea3f3e8a64cba9ee1 Mon Sep 17 00:00:00 2001 From: Christoph Boeddeker Date: Tue, 18 Jun 2024 13:13:48 +0200 Subject: [PATCH] prepare for pypi --- .github/workflows/tests.yml | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index af87b259..b3dacef6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7, 3.8, 3.9, '3.10', '3.11'] + python-version: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v3 diff --git a/setup.py b/setup.py index b88c5db5..0c6738fb 100644 --- a/setup.py +++ b/setup.py @@ -80,7 +80,7 @@ # Specify the Python versions you support here. In particular, ensure # that you indicate whether you support Python 2, Python 3 or both. - 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.10', ], # What does your project relate to? @@ -102,7 +102,7 @@ 'natsort', 'lazy_dataset', 'IPython', - 'paderbox @ git+http://github.com/fgnt/paderbox', + 'paderbox', ], # Installation problems in a clean, new environment: