Skip to content

Commit 76c4d58

Browse files
authored
Merge pull request #57 from euri10/python_versions
ci: added 3.11 and 3.12
2 parents ac1369a + 32f0ef7 commit 76c4d58

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ["3.7", "3.8", "3.9", "3.10"]
16+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
1717

1818
steps:
1919
- uses: actions/checkout@v3

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ def read(fname):
4444
'Programming Language :: Python :: 3.8',
4545
'Programming Language :: Python :: 3.9',
4646
'Programming Language :: Python :: 3.10',
47+
'Programming Language :: Python :: 3.11',
48+
'Programming Language :: Python :: 3.12',
4749
'License :: OSI Approved :: MIT License',
4850
],
4951
keywords='pytest random test order shuffle',

0 commit comments

Comments
 (0)