Skip to content

Commit 12b5ee5

Browse files
authored
Merge pull request #118 from v0lta/update-metadata
Add Python 3.14 testing
2 parents d62c62c + 5aa5635 commit 12b5ee5

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ ubuntu-latest ]
16-
python-version: [3.11, 3.12]
16+
python-version: [3.11, 3.14]
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Set up Python ${{ matrix.python-version }}
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
strategy:
3232
matrix:
33-
python-version: [3.11, 3.12]
33+
python-version: [3.11, 3.14]
3434
steps:
3535
- uses: actions/checkout@v2
3636
- name: Set up Python ${{ matrix.python-version }}
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
strategy:
4848
matrix:
49-
python-version: [3.11, 3.12]
49+
python-version: [3.11, 3.14]
5050
steps:
5151
- uses: actions/checkout@v2
5252
- name: Set up Python ${{ matrix.python-version }}

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ version = "1.0.2-dev"
88
keywords = ["Wavelets", "Wavelet Transform", "Fast Wavelet Transform", "Boundary Wavelets", "PyTorch"]
99
readme = "README.rst"
1010
authors = [
11-
{name = "Moritz Wolter and Felix Blanke", email = "[email protected]"},
11+
{name = "Moritz Wolter", email = "[email protected]"},
12+
{name = "Felix Blanke"},
1213
]
1314
maintainers = [
14-
{name = "Moritz Wolter and Felix Blanke", email = "[email protected]"},
15+
{name = "Moritz Wolter", email = "[email protected]"},
1516
]
1617
classifiers = [
1718
"Development Status :: 5 - Production/Stable",
@@ -21,6 +22,8 @@ classifiers = [
2122
"Operating System :: OS Independent",
2223
"Programming Language :: Python",
2324
"Programming Language :: Python :: 3 :: Only",
25+
"Programming Language :: Python :: 3.14",
26+
"Programming Language :: Python :: 3.13",
2427
"Programming Language :: Python :: 3.12",
2528
"Programming Language :: Python :: 3.11",
2629
"Topic :: Scientific/Engineering :: Artificial Intelligence",

0 commit comments

Comments
 (0)