Skip to content

Commit f8c757e

Browse files
committed
remove python 3.13 until upgrading to minimum support django version
1 parent 220fa6e commit f8c757e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
2020
strategy:
2121
matrix:
22-
python-version: ["3.10", "3.11", "3.12", "3.13"]
22+
python-version: ["3.10", "3.11", "3.12"]
2323

2424
steps:
2525
- uses: actions/checkout@v2

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ classifiers = [
2525
"Programming Language :: Python :: 3.10",
2626
"Programming Language :: Python :: 3.11",
2727
"Programming Language :: Python :: 3.12",
28-
"Programming Language :: Python :: 3.13",
2928
"Topic :: Software Development :: Libraries :: Python Modules",
3029
]
3130
dependencies = [

0 commit comments

Comments
 (0)