From cf229039ed6ce7698fdc1884d25ae457d07c3a2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Jastrz=C4=99bski?= Date: Fri, 18 Dec 2020 18:44:59 +0100 Subject: [PATCH] Updated build pipeline (close #266) --- .github/workflows/build.yml | 5 ++++- CB/__init__.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ece479f..d6b74b5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,7 +41,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-python@v1 with: - python-version: 3.8 + python-version: 3.9 - name: Install dependencies run: | python -m pip install --upgrade pip setuptools wheel @@ -60,6 +60,9 @@ jobs: runs-on: macos-10.15 steps: - uses: actions/checkout@v1 + - uses: actions/setup-python@v1 + with: + python-version: 3.9 - name: Install dependencies run: | python3 -m pip install --upgrade pip setuptools wheel diff --git a/CB/__init__.py b/CB/__init__.py index 9c49c49..ce8e969 100644 --- a/CB/__init__.py +++ b/CB/__init__.py @@ -2,7 +2,7 @@ import random from rich.terminal_theme import TerminalTheme -__version__ = '3.16.0' +__version__ = '3.16.1' __license__ = 'GPLv3' __copyright__ = '2019-2020, Paweł Jastrzębski ' __docformat__ = 'restructuredtext en'