Skip to content

Commit

Permalink
Merge pull request #24 from pogzyb/remove-asynctest
Browse files Browse the repository at this point in the history
Remove asynctest
  • Loading branch information
pogzyb authored Feb 14, 2023
2 parents 32b51ea + c381105 commit d4118a8
Show file tree
Hide file tree
Showing 7 changed files with 297 additions and 251 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-build-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: build

on:
- push
Expand All @@ -13,7 +13,7 @@ jobs:
- ubuntu-latest # ubuntu-20.04
- macos-latest # macOS-11
- windows-latest # windows-2022
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ classifiers =
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 :: Only

[options]
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def get_version(location: str) -> str:
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3 :: Only',
],
packages=['whodap'],
Expand Down
Loading

0 comments on commit d4118a8

Please sign in to comment.