Skip to content

Commit 8d87dce

Browse files
authored
Finetune of Python versions.
1 parent a6bae90 commit 8d87dce

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
11+
python-version: ["3.8", "3.9", "3.10", "3.11"]
1212

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

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def run(self):
6666
'Programming Language :: Python :: 3.9',
6767
'Programming Language :: Python :: 3.10',
6868
'Programming Language :: Python :: 3.11',
69-
'Programming Language :: Python :: 3.12',
7069
],
7170
keywords='asyncio',
7271
packages=find_packages(exclude=['module_sample']),

0 commit comments

Comments
 (0)