Skip to content

Commit

Permalink
Update python versions (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfehler authored Apr 12, 2024
1 parent 38d9e0d commit eab1706
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
strategy:
matrix:
include:
- PY_VER: py37
python-version: 3.7
- PY_VER: py38
python-version: 3.8
- PY_VER: py39
Expand All @@ -32,6 +30,8 @@ jobs:
python-version: '3.10'
- PY_VER: py311
python-version: '3.11'
- PY_VER: py312
python-version: '3.12'

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ def read(filename):
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"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.12",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Quality Assurance",
],
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ per-file-ignores =
setup.py:D103

[tox]
envlist = py37,py38,py39,py310,py311,flake8
envlist = py38,py39,py310,py311,py312,flake8

[testenv]
deps = -rrequirements/tests.txt
Expand Down

0 comments on commit eab1706

Please sign in to comment.