Skip to content

Commit

Permalink
Add Python 3.10 to tested versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mitya57 committed Oct 24, 2021
1 parent aab3222 commit c22e4f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test:
strategy:
matrix:
python: [3.6, 3.7, 3.8, 3.9]
python: [3.6, 3.7, 3.8, 3.9, '3.10']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -24,7 +24,7 @@ jobs:
dbus-run-session -- coverage run -a tests/run_tests.py libsecret/libsecret/mock-service-only-plain.py
dbus-run-session -- coverage run -a tests/run_tests.py libsecret/libsecret/mock-service-lock.py
- name: Upload reports to Codecov
if: ${{ matrix.python == 3.9 }}
if: ${{ matrix.python == '3.10' }}
run: codecov
static-analysis:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Security
Topic :: Software Development :: Libraries :: Python Modules
platforms = Linux
Expand Down

0 comments on commit c22e4f3

Please sign in to comment.