Skip to content

Commit 08bd268

Browse files
committed
chore!: python 3.8 is officially no longer supported by this plugin
1 parent 793ec2f commit 08bd268

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ruff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
10+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1111

1212
steps:
1313
- uses: actions/checkout@v3

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ classifiers = [
1616
'Operating System :: Microsoft :: Windows :: Windows 10',
1717
'Operating System :: POSIX :: Linux',
1818
'License :: OSI Approved :: MIT License',
19-
'Programming Language :: Python :: 3.8',
2019
'Programming Language :: Python :: 3.9',
2120
'Programming Language :: Python :: 3.10',
22-
'Programming Language :: Python :: 3.11'
21+
'Programming Language :: Python :: 3.11',
22+
'Programming Language :: Python :: 3.12',
2323
]
2424
dependencies = [
2525
"requests",

0 commit comments

Comments
 (0)