Skip to content

Commit

Permalink
Merge branch 'main' into remove-sql-repository-type
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish authored Apr 4, 2022
2 parents 46e4c46 + a841650 commit 2be7905
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
os: ["macOS-latest", "ubuntu-latest", "windows-latest"]
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ classifier =
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Software Development :: Testing
Topic :: Software Development :: Quality Assurance
project_urls =
Documentation = https://stestr.readthedocs.io
Source Code = https://github.com/mtreinish/stestr
Bug Tracker = https://github.com/mtreinish/stestr/issues
python_requires = >=3.5
python_requires = >=3.6

[files]
packages =
Expand Down
2 changes: 1 addition & 1 deletion stestr/tests/files/tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py38,py37,py36,py35,pep8
envlist = py310,py39,py38,py37,py36,pep8
skipsdist = True

[testenv]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py38,py37,py36,py35,pep8
envlist = py310,py39,py38,py37,py36,pep8
skipsdist = True

[testenv]
Expand Down

0 comments on commit 2be7905

Please sign in to comment.