Skip to content

Commit

Permalink
Updated python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
regebro committed Oct 9, 2023
1 parent 0c05611 commit 4d23b66
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 @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.7', '3.11', 'pypy-3.7']
python-version: ['3.8', '3.12', 'pypy-3.10']

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ classifiers =
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
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
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Expand All @@ -32,7 +32,7 @@ include_package_data = True
packages = find:
package_dir =
= .
python_requires = >=3.7
python_requires = >=3.8
install_requires =
build>=0.7.0
docutils
Expand Down

0 comments on commit 4d23b66

Please sign in to comment.