Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DOVELET
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IHTA
Auralization
DOVELET
Commits
d211f86a
There was an error fetching the commit references. Please try again later.
Commit
d211f86a
authored
5 months ago
by
Pascal Palenda
Browse files
Options
Downloads
Patches
Plain Diff
Feat: reenable python 3.9
parent
bb80d970
No related branches found
No related tags found
1 merge request
!27
Feature: Add `ci build wheel` for dovelet-core
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dovelet_core/pyproject.toml
+4
-1
4 additions, 1 deletion
dovelet_core/pyproject.toml
pyproject.toml
+4
-1
4 additions, 1 deletion
pyproject.toml
with
8 additions
and
2 deletions
dovelet_core/pyproject.toml
+
4
−
1
View file @
d211f86a
...
...
@@ -7,7 +7,7 @@ name = "dovelet_core"
dynamic
=
[
"version"
]
description
=
"C++ binding to IHTA DSP features"
readme
=
"README.md"
requires-python
=
">
=
3.
12
"
requires-python
=
">
=
3.
9
"
authors
=
[
{
name
=
"Pascal Palenda"
,
email
=
"pascal.palenda@akustik.rwth-aachen.de"
}
,
]
...
...
@@ -16,6 +16,9 @@ classifiers = [
"Development Status :: 1 - Planning"
,
"License :: OSI Approved :: Apache Software License"
,
"Programming Language :: Python"
,
"Programming Language :: Python :: 3.9"
,
"Programming Language :: Python :: 3.10"
,
"Programming Language :: Python :: 3.11"
,
"Programming Language :: Python :: 3.12"
,
"Programming Language :: Python :: 3.13"
,
"Programming Language :: C++"
,
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
4
−
1
View file @
d211f86a
...
...
@@ -7,7 +7,7 @@ name = "dovelet"
dynamic
=
[
"version"
]
description
=
"DSP for Outdoor Virtual Environments: Layout and Evaluation Testbed"
readme
=
"README.md"
requires-python
=
">
=
3.
12
"
requires-python
=
">
=
3.
9
"
license
=
"Apache-2.0"
keywords
=
[]
authors
=
[
...
...
@@ -16,6 +16,9 @@ authors = [
classifiers
=
[
"Development Status :: 1 - Planning"
,
"Programming Language :: Python"
,
"Programming Language :: Python :: 3.9"
,
"Programming Language :: Python :: 3.10"
,
"Programming Language :: Python :: 3.11"
,
"Programming Language :: Python :: 3.12"
,
"Programming Language :: Python :: 3.13"
,
"Programming Language :: Python :: Implementation :: CPython"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment