Skip to content

Commit a7d8522

Browse files
committed
Drop python 3.9 support in the future releases and tests
1 parent 9e204a4 commit a7d8522

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313

1414
- uses: actions/checkout@v2
1515

16-
- name: Setup python3.9
16+
- name: Setup python3.10
1717
uses: actions/setup-python@v2
1818
with:
19-
python-version: "3.9"
19+
python-version: "3.10"
2020

2121
- name: Resetting git to master
2222
run: git reset --hard master

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ jobs:
5555

5656
matrix:
5757
python:
58-
- '3.9'
5958
- '3.10'
6059
- '3.11'
6160
- '3.12'
@@ -117,7 +116,6 @@ jobs:
117116

118117
matrix:
119118
python:
120-
- '3.9'
121119
- '3.10'
122120
- '3.11'
123121
steps:

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ classifiers = [
2424
"Operating System :: POSIX :: Linux",
2525
"Operating System :: POSIX",
2626
"Programming Language :: Python :: 3",
27-
"Programming Language :: Python :: 3.9",
2827
"Programming Language :: Python :: 3.10",
2928
"Programming Language :: Python :: 3.11",
3029
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)