Skip to content

Commit

Permalink
Upgrade Python to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
podtserkovskiy committed Sep 29, 2024
1 parent 8041bcb commit 5238067
Show file tree
Hide file tree
Showing 5 changed files with 514 additions and 539 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

env:
PYTHON_VERSION: "3.9"
PYTHON_VERSION: "3.12"

jobs:
pre-commit:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [published]

env:
PYTHON_VERSION: "3.9"
PYTHON_VERSION: "3.12"

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pipx install cgt-calc

## Prerequisites

- Python 3.9 or above.
- Python 3.12 or above.
- `pdflatex` is required to generate the report.
- [Optional] Docker

Expand Down
Loading

0 comments on commit 5238067

Please sign in to comment.