Skip to content

Commit 8e69a40

Browse files
committed
Drop 3.13 for now.
1 parent 84fc42f commit 8e69a40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: "${{ matrix.os }}: Python ${{ matrix.python-version }}"
2424
strategy:
2525
matrix:
26-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
26+
python-version: ["3.9", "3.10", "3.11", "3.12"]
2727
os: ["ubuntu-20.04", "macos-latest"]
2828

2929
runs-on: "${{ matrix.os }}"

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
### Changes
1010

11-
* Added support for Python 3.12 and 3.13.
11+
* Added support for Python 3.12.
1212
* Dropped support for Python 3.7 and 3.8.
1313

1414
## 2023.3.1 (2023-3-18)

0 commit comments

Comments
 (0)