Compare commits
No commits in common. "7ef3fe8fb106eacbaf8090ce07f31972833e6d57" and "657dd0d499bb5af6fddfe5ef07c7ee315bf2e105" have entirely different histories.
7ef3fe8fb1
...
657dd0d499
|
|
@ -8,7 +8,7 @@ version: 2
|
|||
build:
|
||||
os: ubuntu-22.04
|
||||
tools:
|
||||
python: "3.10"
|
||||
python: "3.11"
|
||||
jobs:
|
||||
post_create_environment:
|
||||
# Install poetry
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [ '3.10', '3.11', '3.12' ]
|
||||
python-version: [ '3.11', '3.12' ]
|
||||
|
||||
name: Build Project
|
||||
steps:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ['3.10', '3.11', '3.12']
|
||||
python-version: ['3.11', '3.12']
|
||||
|
||||
name: Test with tox
|
||||
steps:
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
</a>
|
||||
<!-- Python Version -->
|
||||
<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>
|
||||
</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"
|
||||
license = { text = "AGPL-3.0-only" }
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
requires-python = ">=3.11"
|
||||
authors = [
|
||||
{ name = "Qoherent Inc.", email = "info@qoherent.ai" },
|
||||
]
|
||||
|
|
@ -128,7 +128,7 @@ onnxruntime = {version = ">=1.17,<2.0", python = ">=3.11"}
|
|||
|
||||
[tool.black]
|
||||
line-length = 119
|
||||
target-version = ["py310"]
|
||||
target-version = ["py311"]
|
||||
exclude = '''
|
||||
/(
|
||||
\.git
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user