Skip to content

Commit a977322

Browse files
authored
Adds 3.14, removes 3.9 (#554)
1 parent 179f77c commit a977322

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/verify.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: PR Job
22
on: [push, pull_request, workflow_dispatch]
33

44
env:
5-
DEFAULT_PYTHON_VERSION: 3.12
5+
DEFAULT_PYTHON_VERSION: 3.13
66

77
jobs:
88
linter:
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
matrix:
5454
os: [windows-latest, ubuntu-latest]
55-
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
55+
python-version: [ "3.10", "3.11", "3.12", "3.13", "3.14" ]
5656

5757
steps:
5858
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ classifiers=[
1515
"Operating System :: OS Independent",
1616
"Programming Language :: Python",
1717
"Programming Language :: Python :: 3",
18-
"Programming Language :: Python :: 3.9",
1918
"Programming Language :: Python :: 3.10",
2019
"Programming Language :: Python :: 3.11",
2120
"Programming Language :: Python :: 3.12",
2221
"Programming Language :: Python :: 3.13",
22+
"Programming Language :: Python :: 3.14",
2323
"Programming Language :: Python :: Implementation :: CPython",
2424
"Topic :: Software Development :: Testing",
2525
"Topic :: Software Development :: Quality Assurance",

0 commit comments

Comments
 (0)