Skip to content

Commit

Permalink
prepare for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
boeddeker authored and Alexander Werning committed Sep 27, 2024
1 parent 62edf2e commit f418d34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand All @@ -102,7 +102,7 @@
'natsort',
'lazy_dataset',
'IPython',
'paderbox @ git+http://github.com/fgnt/paderbox',
'paderbox',
],

# Installation problems in a clean, new environment:
Expand Down

0 comments on commit f418d34

Please sign in to comment.