mirror of
https://github.com/omnara-ai/omnara.git
synced 2025-08-12 20:39:09 +03:00
Add python 3.10
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ['3.11', '3.12']
|
||||
python-version: ['3.10', '3.11', '3.12']
|
||||
|
||||
services:
|
||||
postgres:
|
||||
|
||||
@@ -72,7 +72,7 @@ Billing is only enforced when explicitly configured with Stripe keys.
|
||||
|
||||
### Prerequisites
|
||||
|
||||
- Python 3.12
|
||||
- Python 3.10+
|
||||
- PostgreSQL
|
||||
- Make (for development commands)
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ name = "omnara"
|
||||
version = "1.3.11"
|
||||
description = "Omnara Agent Dashboard - MCP Server and Python SDK"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
requires-python = ">=3.10"
|
||||
license = {file = "LICENSE"}
|
||||
authors = [
|
||||
{name = "Omnara", email = "ishaan@omnara.com"}
|
||||
@@ -17,6 +17,7 @@ classifiers = [
|
||||
"Development Status :: 4 - Beta",
|
||||
"Intended Audience :: Developers",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user