Skip to content

Commit

Permalink
Added Python 3.10.0 to the local test matrix.
Browse files Browse the repository at this point in the history
See also #841
  • Loading branch information
jmcnamara committed Nov 13, 2021
1 parent f933e80 commit be8d1cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ testpythons:
@~/.pythonbrew/pythons/Python-3.8.0/bin/py.test -q
@echo "Testing with Python 3.9.0:"
@~/.pythonbrew/pythons/Python-3.9.0/bin/py.test -q
@echo "Testing with Python 3.10.0:"
@~/.pythonbrew/pythons/Python-3.10.0/bin/py.test -q

test_flake8:
@ls -1 xlsxwriter/*.py | egrep -v "theme|__init__" | xargs flake8 --show-source
Expand Down Expand Up @@ -79,7 +81,7 @@ release: releasecheck
@git push --tags

@rm -rf dist/ build/ XlsxWriter.egg-info/
@python setup.py sdist bdist_wheel
@python3 setup.py sdist bdist_wheel
@twine upload dist/*
@rm -rf dist/ build/ XlsxWriter.egg-info/

Expand Down

0 comments on commit be8d1cb

Please sign in to comment.