Skip to content

Commit

Permalink
Merge pull request #176 from alcarney/bump-version
Browse files Browse the repository at this point in the history
Bump version, Python 3.8 support
  • Loading branch information
alcarney authored Dec 30, 2019
2 parents 70b3086 + 370d373 commit 37a07b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.6, 3.7]
python-version: [3.6, 3.7, 3.8]
os: [ubuntu-latest] # TODO: Enable windows-latest, macOS-latest
# </test-job>

Expand Down
2 changes: 1 addition & 1 deletion arlunio/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.3"
__version__ = "0.0.4"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def readme():
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Multimedia :: Graphics",
],
Expand Down

0 comments on commit 37a07b4

Please sign in to comment.