Skip to content

Commit

Permalink
Enable py311 testing (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Mar 4, 2023
1 parent 48c23aa commit 20309dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
matrix:
include:
- name: linters
python-version: 3.6
python-version: 3.8
# - name: docs
# python-version: 3.6
# python-version: 3.8
# continue-on-error: true
- name: packaging
python-version: 3.6
python-version: 3.8
- name: py36
python-version: 3.6
python-version: 3.8
- name: py37
python-version: 3.7
- name: py38
Expand All @@ -27,6 +27,8 @@ jobs:
python-version: 3.9
- name: py310
python-version: "3.10"
- name: py311
python-version: "3.11"
steps:
- uses: actions/checkout@v2
with:
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11

Topic :: Utilities
keywords =
Expand Down

0 comments on commit 20309dc

Please sign in to comment.