Skip to content

Commit 90627c7

Browse files
authored
Add 3.12 and 3.13 to test matrix and trove classifiers (#25)
* Add 3.12 and 3.13 to test matrix and trove classifiers * Upgrade pylint version to a release that supports Python 3.13
1 parent 3c9fb57 commit 90627c7

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
python-version: ['3.9', '3.10', '3.11']
19+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
2020

2121
steps:
2222
- uses: actions/checkout@v3

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
- uses: actions/setup-python@v4
1414
with:
15-
python-version: '3.11'
15+
python-version: '3.13'
1616

1717
- name: Install Build Dependencies
1818
run: python -m pip install build twine

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ classifiers = [
2121
"Programming Language :: Python :: 3.9",
2222
"Programming Language :: Python :: 3.10",
2323
"Programming Language :: Python :: 3.11",
24+
"Programming Language :: Python :: 3.12",
25+
"Programming Language :: Python :: 3.13",
2426
"License :: OSI Approved :: MIT License",
2527
"Operating System :: OS Independent",
2628
"Natural Language :: English",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pylint==2.17.4
1+
pylint==3.3.8
22
colorama==0.4.6
33
build==0.9.0

0 commit comments

Comments
 (0)