Skip to content

Commit 2c858fa

Browse files
author
Vasileios Karakasis
authored
Merge pull request #2443 from teojgo/enhancement/support_python3_10
[feat] Add support for Python 3.10
2 parents 8b82339 + 8f20a2b commit 2c858fa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.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.6, 3.7, 3.8, 3.9]
10+
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Set up Python ${{ matrix.python-version }}

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ classifiers =
1313
Programming Language :: Python :: 3.7
1414
Programming Language :: Python :: 3.8
1515
Programming Language :: Python :: 3.9
16+
Programming Language :: Python :: 3.10
1617
License :: OSI Approved :: BSD License
1718
Operating System :: MacOS
1819
Operating System :: POSIX :: Linux

0 commit comments

Comments
 (0)