Skip to content

Commit

Permalink
Python 3.13 (#190)
Browse files Browse the repository at this point in the history
* fix : Python 3.13 added to test.yml

* fix : Python 3.13 added to setup.py

* doc : CHANGELOG.md updated
  • Loading branch information
sepandhaghighi authored Oct 13, 2024
1 parent 1519e42 commit e2b7b6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, windows-2022]
python-version: [3.6, 3.7, 3.8, 3.9, 3.10.0, 3.11.0, 3.12.0]
python-version: [3.6, 3.7, 3.8, 3.9, 3.10.0, 3.11.0, 3.12.0, 3.13.0]
env:
DISPLAY: :99.0

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed
- `README.md` modified
- Logo updated
- `Python 3.13` added to `test.yml`
## [0.8] - 2024-03-16
### Added
- `feature_request.yml` template
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def read_description():
'Intended Audience :: End Users/Desktop',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3.13',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.10',
Expand Down

0 comments on commit e2b7b6a

Please sign in to comment.