Skip to content

Commit

Permalink
Merge pull request #90 from dhellmann/update-python-versions
Browse files Browse the repository at this point in the history
update python versions in tests and packaging metadata
  • Loading branch information
dhellmann committed Nov 20, 2022
2 parents b4d8d46 + 07f33ad commit a56b067
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
fail-fast: false
matrix:
python-version:
- 3.6
- 3.7
- 3.8
- 3.9
- "3.10"
- "3.11"

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ pull_request_rules:
- "check-success=build (docs)"
- "check-success=build (linter)"
- "check-success=build (pkglint)"
- "check-success=build (3.6)"
- "check-success=build (3.7)"
- "check-success=build (3.8)"
- "check-success=build (3.9)"
- "check-success=build (3.10)"
- "check-success=build (3.11)"
- "-draft"
- or:
- "approved-reviews-by=dhellmann"
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ classifier =
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
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
Programming Language :: Python :: 3.11
Topic :: Documentation
Topic :: Utilities

Expand Down

0 comments on commit a56b067

Please sign in to comment.