Skip to content
Snippets Groups Projects
Commit 363e677f authored by Simonas's avatar Simonas
Browse files

set python version to 3.11

parent 49f9ea9d
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.11'
- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
......@@ -30,7 +30,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.11'
- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
......
from setuptools import setup, find_packages
setup(
name="semantic_router",
version="0.0.1",
packages=find_packages(),
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment