Skip to content

Commit

Permalink
tests: bump py3.7, py3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Nov 18, 2022
1 parent 58f1549 commit 122f7a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.6, '3.10']
python: [3.7, 3.11]
steps:
- uses: actions/checkout@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ classifiers=
Programming Language :: Other Scripting Engines
Programming Language :: Python
Programming Language :: Python :: 3
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
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation
Programming Language :: Python :: Implementation :: IronPython
Expand All @@ -69,7 +69,7 @@ classifiers=
setup_requires=setuptools>=42; wheel; setuptools_scm[toml]>=3.4
install_requires=
argparse; "3.0" <= python_version and python_version < "3.2"
python_requires=>=3.2
python_requires=>=3.7
packages=find:
[options.entry_points]
console_scripts=
Expand Down

0 comments on commit 122f7a7

Please sign in to comment.