Skip to content

Commit

Permalink
remove 3.13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
geo-martino committed Jun 12, 2024
1 parent fa5d1f5 commit 13810cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
matrix:
os: [ ubuntu-latest ]
name: [ 🐧 Linux ]
python-version: [ 3.12, 3.13.0-beta.1 ]
python-version: [ 3.12 ]
include:
- os: windows-latest
name: 🪟 Windows
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license-files = { paths = ["LICENSE"] }
requires-python = ">=3.12"
classifiers = [
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
# "Programming Language :: Python :: 3.13",
"License :: OSI Approved :: GNU Affero General Public License v3",
"Operating System :: Microsoft :: Windows",
"Operating System :: MacOS :: MacOS X",
Expand Down

0 comments on commit 13810cd

Please sign in to comment.