Skip to content

Commit

Permalink
bump to python version 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertJN64 committed Oct 17, 2024
1 parent 7811ca1 commit b244d59
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = MIT
license_file = LICENSE
url = https://github.com/RobertJN64/TKinterModernThemes
author_email = robertjnies@gmail.com
version = 1.10.2
version = 1.10.3
long_description = file: README.md
long_description_content_type = text/markdown
classifiers=
Expand All @@ -22,7 +22,7 @@ classifiers=

[options]
packages = TKinterModernThemes
python_requires = >=3.8
python_requires = >=3.9
include_package_data = True

[options.extras_require]
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[tox]
minversion = 3.8.0
envlist = py38, py39, py310, py311, py312
envlist = py39, py310, py311, py312, py313
isolated_build = true

[gh-actions]
python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311
3.12: py312
3.13: py313

[testenv]
usedevelop = true
Expand Down

0 comments on commit b244d59

Please sign in to comment.