Skip to content

Commit

Permalink
chore: update python version to 3.10 (#18)
Browse files Browse the repository at this point in the history
* chore: update python version

* chore: update python version

* fix: python version
  • Loading branch information
rpidanny authored Dec 7, 2024
1 parent 8abef25 commit 3b2b5b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/2019-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 2019/**
- .github/workflows/2019*
env:
PYTHON_VERSION: 3.9
PYTHON_VERSION: 3.10.15
YEAR: 2019

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/2024-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 2024/**
- .github/workflows/2024*
env:
PYTHON_VERSION: 3.9
PYTHON_VERSION: 3.10.15
YEAR: 2024

jobs:
Expand Down
1 change: 1 addition & 0 deletions 2024/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
termcolor==2.5.0
3 changes: 1 addition & 2 deletions 2024/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
black==23.11.0
isort==5.12.0
pytest==7.4.3
termcolor==2.4.0
pytest==7.4.3

0 comments on commit 3b2b5b2

Please sign in to comment.