Skip to content

Commit

Permalink
Merge pull request #107 from dwhswenson/drop-py27
Browse files Browse the repository at this point in the history
Drop Python 2.7; add Python 3.11
  • Loading branch information
dwhswenson authored Nov 30, 2022
2 parents 5152611 + c655ce1 commit 5da7b7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
strategy:
matrix:
CONDA_PY:
- "3.11"
- "3.10"
- "3.9"
- "3.8"
- "3.7"
- "2.7"

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ classifiers =
Topic :: Software Development :: Testing

[options]
python_requires = >=3.7
install_requires =
packaging
pyyaml
Expand Down

0 comments on commit 5da7b7b

Please sign in to comment.