Skip to content

Commit e23ef42

Browse files
Include more versions of Python
1 parent 84480ed commit e23ef42

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
python-version: ['3.7', '3.8', '3.9']
8+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
99

1010
steps:
1111
- uses: actions/checkout@v2

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
'Programming Language :: Python :: 3.7',
3838
'Programming Language :: Python :: 3.8',
3939
'Programming Language :: Python :: 3.9',
40+
'Programming Language :: Python :: 3.10',
41+
'Programming Language :: Python :: 3.11',
4042
'Topic :: Software Development :: Libraries',
4143
],
4244
install_requires=[

0 commit comments

Comments
 (0)