Skip to content

Commit

Permalink
Add Python 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Neraste committed Feb 26, 2024
1 parent 1eb9f2f commit 2431803
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -50,7 +51,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"
cache: 'pip'

- name: Install dependencies
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Any important notes regarding the update.
### Added

- MacOS support.
- Added Python 3.12 support.

### Removed

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Installation guidelines are provided over here:

### System requirements

* Python3, to make everything up and running (supported versions: 3.8, 3.9, 3.10, and 3.11).
* Python3, to make everything up and running (supported versions: 3.8, 3.9, 3.10, 3.11, and 3.12).

Linux, Mac and Windows are supported.

Expand Down

0 comments on commit 2431803

Please sign in to comment.