Skip to content

Commit

Permalink
python 3.6, 3.7 removed
Browse files Browse the repository at this point in the history
  • Loading branch information
damian-krawczyk committed Feb 5, 2025
1 parent 51179ce commit 4cb7d6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13]
python-version: [3.8, 3.9, 3.10, 3.11, 3.12, 3.13]

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- imageio>=2.37.0
- PyQt5>=5.15.11
- XlsxWriter>=3.2.2
- tests for python: 3.10, 3.11, 3.12, 3.13
- tests for python
- added: 3.10, 3.11, 3.12, 3.13
- removed: 3.6, 3.7

## [0.3.0] - 2021-08-30

Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.6",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 4cb7d6f

Please sign in to comment.