From 3b2b5b28da528059b24cc81b89015ea0629b7392 Mon Sep 17 00:00:00 2001 From: Abhishek Maharjan Date: Sun, 8 Dec 2024 00:22:58 +0100 Subject: [PATCH] chore: update python version to 3.10 (#18) * chore: update python version * chore: update python version * fix: python version --- .github/workflows/2019-ci.yml | 2 +- .github/workflows/2024-ci.yml | 2 +- 2024/requirements.txt | 1 + 2024/requirements_dev.txt | 3 +-- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/2019-ci.yml b/.github/workflows/2019-ci.yml index a14cfc4..e11b5dc 100644 --- a/.github/workflows/2019-ci.yml +++ b/.github/workflows/2019-ci.yml @@ -6,7 +6,7 @@ on: - 2019/** - .github/workflows/2019* env: - PYTHON_VERSION: 3.9 + PYTHON_VERSION: 3.10.15 YEAR: 2019 jobs: diff --git a/.github/workflows/2024-ci.yml b/.github/workflows/2024-ci.yml index 5adeaf9..50a903e 100644 --- a/.github/workflows/2024-ci.yml +++ b/.github/workflows/2024-ci.yml @@ -6,7 +6,7 @@ on: - 2024/** - .github/workflows/2024* env: - PYTHON_VERSION: 3.9 + PYTHON_VERSION: 3.10.15 YEAR: 2024 jobs: diff --git a/2024/requirements.txt b/2024/requirements.txt index e69de29..8e3d093 100644 --- a/2024/requirements.txt +++ b/2024/requirements.txt @@ -0,0 +1 @@ +termcolor==2.5.0 diff --git a/2024/requirements_dev.txt b/2024/requirements_dev.txt index 3302032..772ca2b 100644 --- a/2024/requirements_dev.txt +++ b/2024/requirements_dev.txt @@ -1,4 +1,3 @@ black==23.11.0 isort==5.12.0 -pytest==7.4.3 -termcolor==2.4.0 \ No newline at end of file +pytest==7.4.3 \ No newline at end of file