Skip to content

Commit

Permalink
Try to add py 3.11 and 3.12
Browse files Browse the repository at this point in the history
Just a check to see if it works in the CI out of the box
  • Loading branch information
ThalesCarl committed Feb 28, 2025
1 parent 41fa10e commit 2351ff8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
python-version: ["3.10", "3.11", "3.12"]
os: [ubuntu-latest, windows-latest]

steps:
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ classifiers =
License :: OSI Approved :: MIT License
Natural Language :: English
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit 2351ff8

Please sign in to comment.