Compare commits
No commits in common. "7ef3fe8fb106eacbaf8090ce07f31972833e6d57" and "657dd0d499bb5af6fddfe5ef07c7ee315bf2e105" have entirely different histories.
7ef3fe8fb1
...
657dd0d499
|
|
@ -8,7 +8,7 @@ version: 2
|
||||||
build:
|
build:
|
||||||
os: ubuntu-22.04
|
os: ubuntu-22.04
|
||||||
tools:
|
tools:
|
||||||
python: "3.10"
|
python: "3.11"
|
||||||
jobs:
|
jobs:
|
||||||
post_create_environment:
|
post_create_environment:
|
||||||
# Install poetry
|
# Install poetry
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [ '3.10', '3.11', '3.12' ]
|
python-version: [ '3.11', '3.12' ]
|
||||||
|
|
||||||
name: Build Project
|
name: Build Project
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ['3.10', '3.11', '3.12']
|
python-version: ['3.11', '3.12']
|
||||||
|
|
||||||
name: Test with tox
|
name: Test with tox
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
</a>
|
</a>
|
||||||
<!-- Python Version -->
|
<!-- Python Version -->
|
||||||
<a href="https://www.python.org/downloads">
|
<a href="https://www.python.org/downloads">
|
||||||
<img src="https://img.shields.io/badge/python-3.10+-blue.svg" alt="Python Version">
|
<img src="https://img.shields.io/badge/python-3.11+-blue.svg" alt="Python Version">
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ version = "0.1.5"
|
||||||
description = "An open-source version of the RIA Toolkit, including the fundamental tools to get started developing, testing, and deploying radio intelligence applications"
|
description = "An open-source version of the RIA Toolkit, including the fundamental tools to get started developing, testing, and deploying radio intelligence applications"
|
||||||
license = { text = "AGPL-3.0-only" }
|
license = { text = "AGPL-3.0-only" }
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.11"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Qoherent Inc.", email = "info@qoherent.ai" },
|
{ name = "Qoherent Inc.", email = "info@qoherent.ai" },
|
||||||
]
|
]
|
||||||
|
|
@ -128,7 +128,7 @@ onnxruntime = {version = ">=1.17,<2.0", python = ">=3.11"}
|
||||||
|
|
||||||
[tool.black]
|
[tool.black]
|
||||||
line-length = 119
|
line-length = 119
|
||||||
target-version = ["py310"]
|
target-version = ["py311"]
|
||||||
exclude = '''
|
exclude = '''
|
||||||
/(
|
/(
|
||||||
\.git
|
\.git
|
||||||
|
|
|
||||||
5
tox.ini
5
tox.ini
|
|
@ -1,6 +1,6 @@
|
||||||
[tox]
|
[tox]
|
||||||
isolated_build = true
|
isolated_build = true
|
||||||
envlist = py310, py311, py312, lint
|
envlist = py311, py312, lint
|
||||||
skipsdist = true
|
skipsdist = true
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
|
@ -30,6 +30,5 @@ per-file-ignores = __init__.py:F401
|
||||||
|
|
||||||
[gh-actions]
|
[gh-actions]
|
||||||
python =
|
python =
|
||||||
3.10: py310, lint
|
3.11: py311, lint
|
||||||
3.11: py311
|
|
||||||
3.12: py312
|
3.12: py312
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user