Skip to content

Commit

Permalink
Version 0.0.115 (#134)
Browse files Browse the repository at this point in the history
* Version 0.0.115

* Drop support for 3.7

* Add support for 3.12

---------

Co-authored-by: Dee Eye <[email protected]>
Co-authored-by: Dustin Ingram <[email protected]>
  • Loading branch information
3 people authored Jan 7, 2025
1 parent 747a598 commit d34017c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
strategy:
matrix:
python:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
fail-fast: false
steps:
- name: Checkout source
Expand Down
4 changes: 4 additions & 0 deletions disposable_email_domains/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@
'147.cl',
'14n.co.uk',
'15qm.com',
'189.email',
'1blackmoon.com',
'1ce.us',
'1chuan.com',
Expand Down Expand Up @@ -628,6 +629,7 @@
'bcast.ws',
'bcb.ro',
'bccto.me',
'bcooq.com',
'bdmuzic.pw',
'beaconmessenger.com',
'bearsarefuzzy.com',
Expand Down Expand Up @@ -2362,6 +2364,7 @@
'mechanicalresumes.com',
'medkabinet-uzi.ru',
'meepsheep.eu',
'megasend.org',
'mehr-bitcoin.de',
'meidecn.com',
'meinspamschutz.de',
Expand Down Expand Up @@ -2494,6 +2497,7 @@
'mydemo.equipment',
'myecho.es',
'myemailboxy.com',
'myfxspot.com',
'mygeoweb.info',
'myindohome.services',
'myinfoinc.com',
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

here = path.abspath(path.dirname(__file__))

__version__ = "0.0.114"
__version__ = "0.0.115"

with open(path.join(here, "README.md"), encoding="utf-8") as f:
long_description = f.read()
Expand All @@ -24,11 +24,11 @@
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"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",
"Typing :: Typed",
],
keywords="disposable email domains blocklist",
Expand Down
4 changes: 4 additions & 0 deletions source_data/disposable_email_blocklist.conf
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
147.cl
14n.co.uk
15qm.com
189.email
1blackmoon.com
1ce.us
1chuan.com
Expand Down Expand Up @@ -440,6 +441,7 @@ bcaoo.com
bcast.ws
bcb.ro
bccto.me
bcooq.com
bdmuzic.pw
beaconmessenger.com
bearsarefuzzy.com
Expand Down Expand Up @@ -2174,6 +2176,7 @@ mebelnu.info
mechanicalresumes.com
medkabinet-uzi.ru
meepsheep.eu
megasend.org
mehr-bitcoin.de
meidecn.com
meinspamschutz.de
Expand Down Expand Up @@ -2306,6 +2309,7 @@ mydefipet.live
mydemo.equipment
myecho.es
myemailboxy.com
myfxspot.com
mygeoweb.info
myindohome.services
myinfoinc.com
Expand Down

0 comments on commit d34017c

Please sign in to comment.