Skip to content

Commit

Permalink
Merge pull request #561 from pyfar/enhancement/python3-12
Browse files Browse the repository at this point in the history
Add support for python 3.12
  • Loading branch information
ahms5 committed Mar 15, 2024
2 parents 76ed23a + dd1a1fd commit 88fbad9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ workflows:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- flake:
matrix:
parameters:
Expand Down Expand Up @@ -196,6 +197,7 @@ workflows:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
filters:
branches:
ignore: /.*/
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11'
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12'
],
description="Project for data formats in acoustics.",
install_requires=requirements,
Expand Down

0 comments on commit 88fbad9

Please sign in to comment.