Drop Python 3.10 support, minimum is now 3.11
Some checks failed
Test with tox / Test with tox (3.11) (pull_request) Failing after 6m28s
Test with tox / Test with tox (3.12) (pull_request) Failing after 6m27s
Build Sphinx Docs Set / Build Docs (pull_request) Successful in 10m49s
Build Project / Build Project (3.11) (pull_request) Successful in 11m27s
Build Project / Build Project (3.12) (pull_request) Successful in 11m29s
Some checks failed
Test with tox / Test with tox (3.11) (pull_request) Failing after 6m28s
Test with tox / Test with tox (3.12) (pull_request) Failing after 6m27s
Build Sphinx Docs Set / Build Docs (pull_request) Successful in 10m49s
Build Project / Build Project (3.11) (pull_request) Successful in 11m27s
Build Project / Build Project (3.12) (pull_request) Successful in 11m29s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f23bac08a1
commit
70c790cadd
|
|
@ -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