Skip to content

Commit 59cdbaf

Browse files
authored
Removed Python 3.9 (#339)
* Removed Python 3.9 Signed-off-by: Andre Wanlin <awanlin@spotify.com> * Update project with 3.14 Signed-off-by: Andre Wanlin <awanlin@spotify.com> * Added quotes Signed-off-by: Andre Wanlin <awanlin@spotify.com> --------- Signed-off-by: Andre Wanlin <awanlin@spotify.com>
1 parent d0374b0 commit 59cdbaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: [3.9, "3.10", 3.11, 3.12, 3.13]
12+
python-version: ['3.10', 3.11, 3.12, 3.13, 3.14]
1313
steps:
1414
- uses: actions/checkout@v6
1515
- name: Set up Python ${{ matrix.python-version }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ classifiers = [
2020
"Intended Audience :: Information Technology",
2121
"Programming Language :: Python",
2222
"Programming Language :: Python :: 3 :: Only",
23-
"Programming Language :: Python :: 3.9",
2423
"Programming Language :: Python :: 3.10",
2524
"Programming Language :: Python :: 3.11",
2625
"Programming Language :: Python :: 3.12",
2726
"Programming Language :: Python :: 3.13",
27+
"Programming Language :: Python :: 3.14",
2828
]
2929
dynamic = ["dependencies"]
3030

0 commit comments

Comments
 (0)