Skip to content

Commit 3786ff2

Browse files
p3.10 test drop
1 parent eb75bf0 commit 3786ff2

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
max-parallel: 1
1919
matrix:
2020
os: [ubuntu-latest, windows-latest, macos-latest]
21-
python-version: ['3.10', '3.11', '3.12', '3.13']
21+
python-version: ['3.11', '3.12', '3.13']
2222

2323
steps:
2424
- uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3939
- PyQt5>=5.15.17
4040
- XlsxWriter>=3.2.5
4141
- build tests for python
42-
- removed: 3.9
42+
- removed: 3.9, 3.10
4343

4444

4545
## [0.7.3] - 2025-02-20

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"Programming Language :: Python :: 3.13",
3232
"Programming Language :: Python :: 3.12",
3333
"Programming Language :: Python :: 3.11",
34-
"Programming Language :: Python :: 3.10",
3534
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
3635
"Operating System :: OS Independent",
3736
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)