Skip to content

Commit daf76ff

Browse files
committed
Drop support for Python 3.9.
Also: * Add support for Python 3.14.
1 parent 30a7168 commit daf76ff

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/ISSUE_TEMPLATE/00-bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,11 @@ body:
149149
Please select the Python version you used.
150150
multiple: true
151151
options:
152-
- "3.9"
153152
- "3.10"
154153
- "3.11"
155154
- "3.12"
156155
- "3.13"
156+
- "3.14"
157157
validations:
158158
required: false
159159

.github/workflows/branches.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ jobs:
8686
fail-fast: false
8787
matrix:
8888
python_version:
89-
- "3.9"
9089
- "3.10"
9190
- "3.11"
9291
- "3.12"
9392
- "3.13"
93+
- "3.14"
9494
os:
9595
- ubuntu-latest
9696
- macos-latest
@@ -125,11 +125,11 @@ jobs:
125125
fail-fast: false
126126
matrix:
127127
python_version:
128-
- "3.9"
129128
- "3.10"
130129
- "3.11"
131130
- "3.12"
132131
- "3.13"
132+
- "3.14"
133133
os:
134134
- ubuntu-latest
135135
- macos-latest

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ jobs:
8484
fail-fast: false
8585
matrix:
8686
python_version:
87-
- "3.9"
8887
- "3.10"
8988
- "3.11"
9089
- "3.12"
9190
- "3.13"
91+
- "3.14"
9292
os:
9393
- ubuntu-latest
9494
- macos-latest
@@ -123,11 +123,11 @@ jobs:
123123
fail-fast: false
124124
matrix:
125125
python_version:
126-
- "3.9"
127126
- "3.10"
128127
- "3.11"
129128
- "3.12"
130129
- "3.13"
130+
- "3.14"
131131
os:
132132
- ubuntu-latest
133133
- macos-latest

0 commit comments

Comments
 (0)