Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
regebro committed Oct 16, 2023
1 parent e296412 commit 3948415
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.7', '3.11', 'pypy-3.7']
exclude:
- os: windows-latest
python-version: '3.7'
- os: windows-latest
python-version: 'pypy-3.7'
include:
- os: windows-latest
python-version: '3.8'
python-version: ['3.8', '3.12', 'pypy-3.10']
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,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 :: PyPy
keywords = xml, html, diff
Expand All @@ -28,7 +28,7 @@ project_urls =
Source Code = https://github.com/Shoobx/xmldiff

[options]
python_requires = >=3.7
python_requires = >=3.8
zip_safe = True
include_package_data = True
packages = find:
Expand Down

0 comments on commit 3948415

Please sign in to comment.