From 95edcc1ed8bd35450056a77f4cf2ba4a9aaac2f1 Mon Sep 17 00:00:00 2001 From: Leopold Talirz Date: Sun, 28 Jan 2024 18:23:12 +0100 Subject: [PATCH] bump python version to 3.10 --- .github/workflows/ci.yml | 10 +++++----- .../.github/workflows/ci.yml | 12 ++++++------ .../.github/workflows/publish-on-pypi.yml | 4 ++-- {{cookiecutter.plugin_name}}/.readthedocs.yml | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f7fc8a..550f410 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: timeout-minutes: 30 strategy: matrix: - python-version: [3.8] + python-version: ['3.10'] aiida-version: ['stable'] services: postgres: @@ -62,10 +62,10 @@ jobs: timeout-minutes: 15 steps: - uses: actions/checkout@v2 - - name: Set up Python 3.8 + - name: Set up Python 3.10 uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: "3.10" - name: Install python dependencies env: PLUGIN_NAME: aiida-ck @@ -85,10 +85,10 @@ jobs: timeout-minutes: 15 steps: - uses: actions/checkout@v2 - - name: Set up Python 3.8 + - name: Set up Python 3.10 uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: "3.10" - name: Install python dependencies env: PLUGIN_NAME: aiida-ck diff --git a/{{cookiecutter.plugin_name}}/.github/workflows/ci.yml b/{{cookiecutter.plugin_name}}/.github/workflows/ci.yml index a6bd19f..7e7278c 100644 --- a/{{cookiecutter.plugin_name}}/.github/workflows/ci.yml +++ b/{{cookiecutter.plugin_name}}/.github/workflows/ci.yml @@ -9,8 +9,8 @@ jobs: timeout-minutes: 30 strategy: matrix: - python-version: ["3.8"] - aiida-version: ["stable"] + python-version: ['3.10'] + aiida-version: ['stable'] services: postgres: @@ -55,10 +55,10 @@ jobs: timeout-minutes: 15 steps: - uses: actions/checkout@v2 - - name: Set up Python 3.8 + - name: Set up Python 3.10 uses: actions/setup-python@v2 with: - python-version: "3.8" + python-version: "3.10" - name: Install python dependencies run: | pip install --upgrade pip @@ -71,10 +71,10 @@ jobs: timeout-minutes: 15 steps: - uses: actions/checkout@v2 - - name: Set up Python 3.8 + - name: Set up Python 3.10 uses: actions/setup-python@v2 with: - python-version: "3.8" + python-version: "3.10" - name: Install python dependencies run: | pip install --upgrade pip diff --git a/{{cookiecutter.plugin_name}}/.github/workflows/publish-on-pypi.yml b/{{cookiecutter.plugin_name}}/.github/workflows/publish-on-pypi.yml index 903df22..75088d5 100644 --- a/{{cookiecutter.plugin_name}}/.github/workflows/publish-on-pypi.yml +++ b/{{cookiecutter.plugin_name}}/.github/workflows/publish-on-pypi.yml @@ -15,10 +15,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - - name: Set up Python 3.8 + - name: Set up Python 3.10 uses: actions/setup-python@v1 with: - python-version: '3.8' + python-version: '3.10' - name: Install flit run: | diff --git a/{{cookiecutter.plugin_name}}/.readthedocs.yml b/{{cookiecutter.plugin_name}}/.readthedocs.yml index 9515c3f..65c3996 100644 --- a/{{cookiecutter.plugin_name}}/.readthedocs.yml +++ b/{{cookiecutter.plugin_name}}/.readthedocs.yml @@ -1,7 +1,7 @@ version: 2 python: - version: "3.8" + version: "3.10" install: - method: pip path: .