Skip to content

Commit 75c0d89

Browse files
committed
chore: Add python 3.11 and 3.12 to CI tests (#754)
* Add python 3.11 and 3.12 to CI tests * fix: typo * added new versions to classifier list * Trigger CI tests
1 parent dc4a6b5 commit 75c0d89

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python: ['3.7', '3.8', '3.9', '3.10', 'pypy3.8']
11+
python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy3.8']
1212

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

setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@
7070
'Programming Language :: Python :: 3.8',
7171
'Programming Language :: Python :: 3.9',
7272
'Programming Language :: Python :: 3.10',
73+
'Programming Language :: Python :: 3.11',
74+
'Programming Language :: Python :: 3.12',
7375
'License :: OSI Approved :: Apache Software License',
7476
],
7577
)

0 commit comments

Comments
 (0)