Skip to content

Commit

Permalink
incremented supported python version
Browse files Browse the repository at this point in the history
  • Loading branch information
tholzheim committed Dec 6, 2022
1 parent 41db4e9 commit bd7eaf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.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.8, 3.9]
python-version: [3.8, 3.9, "3.10"]
mediawiki-version: [1.31.2]

steps:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
packages=['wikifile','templates','templates/macros', 'wikifile/resources/metamodel'],
classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9'
'Programming Language :: Python :: 3.10',
],

install_requires=requirements,
Expand Down

0 comments on commit bd7eaf5

Please sign in to comment.