From b23eb5a29cbca0b6b43ade26b0c947f69d1e5eb2 Mon Sep 17 00:00:00 2001 From: Baudouin Raoult Date: Mon, 15 May 2023 07:47:15 +0100 Subject: [PATCH] Only python 3.10 --- .github/workflows/python-publish.yml | 2 +- ai_models/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 3d0c10a..b0eb14e 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -31,7 +31,7 @@ jobs: fail-fast: false matrix: platform: ["ubuntu-latest", "macos-latest", "windows-latest"] - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.10"] name: Python ${{ matrix.python-version }} on ${{ matrix.platform }} runs-on: ${{ matrix.platform }} diff --git a/ai_models/__init__.py b/ai_models/__init__.py index 44b886b..9cd73f5 100644 --- a/ai_models/__init__.py +++ b/ai_models/__init__.py @@ -5,4 +5,4 @@ # granted to it by virtue of its status as an intergovernmental organisation # nor does it submit to any jurisdiction. -__version__ = "0.0.1" +__version__ = "0.0.2"