Skip to content

Commit d4a3053

Browse files
committed
Test Python 3.12
1 parent e188e25 commit d4a3053

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- "3.9"
3333
- "3.10"
3434
- "3.11"
35-
# - "3.12"
35+
- "3.12"
3636

3737
steps:
3838
- name: Configure hostname

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = attr: pyspod.__version__
44
description = Python Spectral Proper Orthogonal Decomposition
55
long_description = file:README.md
66
long_description_content_type = text/markdown
7-
author = Gianmarco Mengaldo, Marcin Rogoswki, Lisandro Dalcin, Romit Maulik, Andrea Lario
7+
author = Gianmarco Mengaldo, Marcin Rogowski, Lisandro Dalcin, Romit Maulik, Andrea Lario
88
99
url = https://github.com/MathEXLab/PySPOD
1010
license = MIT
@@ -16,11 +16,11 @@ classifiers =
1616
Intended Audience :: Science/Research
1717
License :: OSI Approved :: MIT License
1818
Programming Language :: Python :: 3
19-
Programming Language :: Python :: 3.7
2019
Programming Language :: Python :: 3.8
2120
Programming Language :: Python :: 3.9
2221
Programming Language :: Python :: 3.10
2322
Programming Language :: Python :: 3.11
23+
Programming Language :: Python :: 3.12
2424
Topic :: Scientific/Engineering :: Mathematics
2525

2626
[options]

0 commit comments

Comments
 (0)