Skip to content

Commit

Permalink
Drop 3.13 for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonspeed committed Nov 3, 2024
1 parent 84fc42f commit 8e69a40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: "${{ matrix.os }}: Python ${{ matrix.python-version }}"
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
os: ["ubuntu-20.04", "macos-latest"]

runs-on: "${{ matrix.os }}"
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

### Changes

* Added support for Python 3.12 and 3.13.
* Added support for Python 3.12.
* Dropped support for Python 3.7 and 3.8.

## 2023.3.1 (2023-3-18)
Expand Down

0 comments on commit 8e69a40

Please sign in to comment.